Example Prompts¶
Real prompts you can send in Feishu/Telegram to unlock MetaBot's advanced features.
MetaMemory — Persistent Knowledge¶
MetaSkill — Agent & Skill Factory¶
/metaskill Create an agent team for this React Native project —
I need a frontend specialist, a backend API specialist, and a code reviewer.
Scheduling — Automated Tasks¶
Schedule a daily task at 9am: search Hacker News and TechCrunch for AI news,
summarize the top 5 stories, and save the summary to MetaMemory.
Set up a weekly Monday 8am task: review last week's git commits, generate
a progress report, and save it to MetaMemory under /reports.
Agent-to-Agent — Task Delegation¶
Delegate this bug fix to backend-bot: "Fix the null pointer exception
in /api/users/:id endpoint, see the error log in MetaMemory /logs/errors".
Ask frontend-bot to update the dashboard UI, and at the same time
ask backend-bot to add the new API endpoint. Both should save their
progress to MetaMemory under /projects/dashboard.
Combined Workflows¶
Research best practices for WebSocket authentication, create a detailed
implementation plan, then save the plan to MetaMemory under
/architecture/websocket-auth for the team to review.