📚 resourceActiveCuratedcritical

ductor

by PleasePrompto

Control Claude Code, Codex CLI and Gemini CLI from Telegram. Live streaming, persistent memory, cron jobs, webhooks, Docker sandboxing.

Stars

399

Skill Type

🔄 Business Process & Team Automation

Quality Score

130/200

License

MIT

Forks

70

Last Updated

Jun 11, 2026

Discovered

Mar 28, 2026

Validation

Passed

github.com/PleasePrompto/ductor

Quality Breakdown

130/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
✓Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

critical

Manual security review required. Use with extreme caution.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Arbitrary code execution capability: Tool spawns official CLIs (Claude Code, Gemini CLI, Codex CLI) as subprocesses without apparent sandboxing controls in main code paths
  • Multi-agent orchestration: AGENTS.md and multiagent.md modules enable creation and management of multiple autonomous agents that can spawn sub-agents
  • Telegram bot control interface: Allows remote command execution via Telegram messaging with persistent state, cron jobs, and webhook automation
  • Autonomous task execution without mandatory human approval: Cron jobs, background tasks, and webhook modules enable scheduled/triggered execution without explicit per-task authorization gates
  • Persistent configuration modification: CLAUDE.md file and workspace memory system (.ductor/ directory) enable persistent state changes across sessions
  • Shell/bash execution through skill system: Tools directory contains Python scripts that can be executed as skills, with agent_tools for dynamic agent creation and execution