Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:306
forks:66
updated:10 de febrero de 2026, 02:53
Explorador de archivos
SKILL.md
Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)
Dollar-cost averaging across all platforms
Hyperliquid L1 perps DEX (69% market share)
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage
Execute trades on Polymarket using py_clob_client - full API access for market data, orders, positions
| name | automation |
| description | Schedule cron jobs and automate recurring tasks |
| commands | ["/auto","/automation"] |
Schedule recurring tasks using cron expressions with preset support.
/auto list - List all scheduled jobs
/auto cron <schedule> <command> - Create a cron job
/auto remove <id> - Remove a job
/auto enable <id> - Enable a job
/auto disable <id> - Disable a job
/auto trigger <id> - Manually run a job
/auto presets - Show available schedule presets
| Expression | Description |
|---|---|
* * * * * | Every minute |
0 * * * * | Every hour |
0 9 * * * | Daily at 9am |
*/15 * * * * | Every 15 minutes |
0 0 1 * * | First of month |
Instead of a cron expression, you can use a named preset:
/auto cron EVERY_MINUTE check-prices
/auto cron EVERY_5_MINUTES portfolio-sync
/auto cron EVERY_15_MINUTES scan-arbs
/auto cron HOURLY report
/auto cron DAILY_MIDNIGHT snapshot
/auto cron DAILY_9AM morning-scan
/auto cron WEEKLY_MONDAY_9AM weekly-report
/auto cron MONTHLY monthly-summary
/auto cron "*/5 * * * *" portfolio-sync
/auto cron HOURLY check-positions
/auto list
/auto trigger job-1234567890
/auto disable job-1234567890
/auto remove job-1234567890
/auto presets