From dailybot
Set up the Dailybot plugin — install the CLI, authenticate, and configure the agent profile. Use on first install or when setup needs to be redone.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dailybot:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Walk the user through first-time setup for the Dailybot plugin. This skill handles CLI installation, authentication, and agent profile configuration in one guided flow.
Walk the user through first-time setup for the Dailybot plugin. This skill handles CLI installation, authentication, and agent profile configuration in one guided flow.
Read and follow every step in ${CLAUDE_PLUGIN_ROOT}/shared/auth.md. That file covers:
dailybot is installed, guide through pip install dailybot-cli if notPresent one step at a time. Do not dump all instructions at once.
Once all three steps pass, confirm:
"Dailybot is ready. Here's what you can do:
/dailybot:report— send a progress update to your team/dailybot:messages— check for pending messages/dailybot:email— send an email through Dailybot/dailybot:health— announce agent statusProgress reports are also sent automatically when you complete significant work."
If any step fails and the user can't or won't resolve it:
Setup should never block the user's primary work. If they came here from another task, get back to it after setup completes or is skipped.
npx claudepluginhub dailybothq/dailybot-claude-plugin --plugin dailybotReference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.