— No reviews yet
0 installs
15 views
0.0% view→install
Install
$ agentstack add skill-cloudyview-smart-donkey-smart-donkey-status ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Smart Donkey Status? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Smart Donkey Status
Show the user a quick status dashboard of the current Smart Donkey workflow.
Steps
- Check if planning files exist:
echo "=== Planning Files ===" && ls -la task_plan.md findings.md progress.md smart-donkey-brain.md 2>/dev/null || echo "(some files missing)"
- If
task_plan.mdexists, read it and extract:
- Current goal
- Phase statuses (table format)
- Any errors encountered
- If
progress.mdexists, read the last 20 lines to show:
- Most recent actions
- Current blockers
- If
smart-donkey-brain.mdexists, show:
- Number of entries per section
- Last updated date
- Present a concise dashboard:
Smart Donkey Status
====================
Task: [task name from plan]
Phase: [current phase] / [total phases]
Progress: [completed] done, [in_progress] active, [not_started] remaining
Brain: [N] lessons learned
Blockers: [none / list]
Next Step: [what to do next]
- If no planning files exist, say:
> "No active Smart Donkey session. Use /smart-donkey to start one."
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cloudyview
- Source: cloudyview/smart-donkey
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.