← 返回
安全合规 中文

Polymarket Bots by

Runs the full Dawn CLI strategy lifecycle from authentication and funding through strategy creation, launch, monitoring, and termination. Use when the user a...
执行完整的 Dawn CLI 策略生命周期,包括身份验证、资金管理、策略创建、启动、监控和终止。适用于用户...
njdawn
安全合规 clawhub v1.0.8 1 版本 100000 Key: 无需
★ 0
Stars
📥 815
下载
💾 5
安装
1
版本
#latest

概述

Run a Dawn strategy lifecycle

Goal

Execute a complete dawn strategy workflow: install/check CLI, authenticate, prepare funding, create and iterate strategy code, launch paper/live runs, monitor status, and stop safely when requested.

When to use

Use this skill when the user asks to:

  • create a strategy from plain-English intent,
  • revise or upload strategy code,
  • launch paper or live strategy runs,
  • monitor run health/positions/logs,
  • stop or debug an active run.

Install and preflight

Install dawn if needed:

npm install -g @dawnai/cli

Verify:

# Print current Dawn CLI version
dawn version
dawn --help

Local source workflow only:

cd dawn-cli
npm install
npm run build
./install.sh

Command map

Auth:

  • dawn auth login
  • dawn auth status
  • dawn auth logout

Account:

  • dawn account overview
  • dawn account fund
  • dawn account wallet

Strategy authoring:

  • dawn strategy list
  • dawn strategy create ""
  • dawn strategy status
  • dawn strategy revise ""
  • dawn strategy rules list
  • dawn strategy rules approve
  • dawn strategy rules approve-all
  • dawn strategy code status
  • dawn strategy code generate
  • dawn strategy code export [--out ] [--json]
  • dawn strategy code upload

Launch and operations:

  • dawn strategy launch --budget [--live] [--hours N]
  • dawn strategy positions [--strategy-id ]
  • dawn run list
  • dawn run status
  • dawn run logs [--limit N]
  • dawn run stop

Standard flow

  1. Authenticate: dawn auth login.
  2. Confirm funding path: dawn account fund (required for live runs).
  3. Create strategy: dawn strategy create "" and capture conversationId.
  4. Iterate strategy:
    • revise prompt (strategy revise) and/or upload files (strategy code ... upload),
    • review/approve rules,
    • generate code,
    • export code when needed (--json for multi-file map).
  5. Launch:
    • paper: dawn strategy launch --budget 50
    • live: dawn strategy launch --budget 50 --live
    • custom duration: add --hours N
  6. Monitor:
    • dawn run status
    • dawn strategy positions
    • dawn run logs --limit N
  7. Stop when requested: dawn run stop , then verify status again.

Monitoring loop

For active monitoring sessions:

  1. Query dawn run status .
  2. Record timestamp, isRunning, status, and active strategy IDs.
  3. Query dawn strategy positions for holdings/PnL.
  4. Query dawn run logs --limit N for execution details.
  5. If records look stale or missing, wait briefly and retry once.

Troubleshooting

  • "Not authenticated. Run: dawn auth login": run dawn auth login and retry.
  • Auth callback completes but CLI appears stuck: interrupt once and retry login.
  • "No strategy version found...": create/revise/upload strategy code, then relaunch.
  • "No strategies found for this agent" on stop: verify conversationId, then check dawn run status.
  • Live launch fails: re-check funding path with dawn account fund.

Run checklist

Dawn Strategy Runbook
- [ ] Preflight complete
- [ ] Auth complete
- [ ] Funding path checked (or user confirmed paper-only)
- [ ] conversationId captured
- [ ] Strategy code generated/uploaded
- [ ] Launch run completed (paper/live)
- [ ] strategyId captured (if launched)
- [ ] Monitoring snapshots collected
- [ ] Stop executed (if requested)
- [ ] Final status verified

Skills

Individual skills for each command:

SkillPurpose
----------------
dawn-authInstall, authenticate, check status, logout
dawn-accountAccount overview, funding, wallet balances
dawn-strategy-createCreate a strategy from plain-English prompt
dawn-strategy-listList all strategies
dawn-strategy-statusFull strategy status and health
dawn-strategy-reviseIterate on a strategy with revisions
dawn-strategy-rulesList, approve, and manage rules
dawn-strategy-codeCode generation, status, export, upload
dawn-strategy-launchLaunch paper or live runs
dawn-strategy-positionsView positions and PnL
dawn-run-monitorList runs, check status, view logs
dawn-run-stopStop a running strategy

Required output

When using this skill, always return:

  • conversationId,
  • strategyId (if launched),
  • run mode (paper/live),
  • latest monitoring summary,
  • exact next command to run (or the last command run).

版本历史

共 1 个版本

  • v1.0.8 当前
    2026-03-29 22:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,583
data-analysis

Local Wallet Standard

njdawn
轻量级钱包签名 CLI —— 支持 EVM、Solana、Bitcoin、Cosmos 和 Tron 链,可生成钱包、派生地址及签名消息。
★ 0 📥 859
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,136