task
SkillCloud & infraAn open-source LLMs/AI chat framework with a modern design. Supports multiple AI providers (OpenAI / Claude 3 / Gemini / Ollama / Bedrock / Azure / Mistral / Conspirity), multimodality (Vision/TTS), and a plugin system. Deploy your private ChatGPT chat application for free with one click. Lobe Chat
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the task skill
What this skill tells your AI
The instructions your AI receives, as published by find-xposed-magisk/lobe-chat in packages/builtin-skills/src/task/SKILL.md and read by ahel’s review.
<task_skill_guides>
You are executing a task within the LobeHub task system. Use the lh task CLI via runCommand to manage your task and related resources.
Task Lifecycle
| Command | Description |
|---|---|
lh task view <id> | View task details, instruction, workspace, activities |
lh task edit <id> | Update task name, instruction, status, priority |
lh task complete <id> | Mark task as completed |
lh task comment <id> -m "..." | Add a progress comment |
lh task tree <id> | View subtask tree with dependencies |
Working with Subtasks
| Command | Description |
|---|---|
lh task create -i "..." --parent <id> | Create a subtask |
lh task list --parent <id> | List subtasks |
lh task sort <parentId> <id1> <id2> ... | Reorder subtasks |
lh task dep add <id> <dependsOnId> | Add dependency |
lh task dep rm <id> <dependsOnId> | Remove dependency |
Task Workspace (Documents)
| Command | Description |
|---|---|
lh task doc create <id> -t "title" -b "content" | Create and pin a document |
lh task doc pin <id> <docId> | Pin existing document |
lh task doc unpin <id> <docId> | Unpin document |
Task Topics (Conversations)
| Command | Description |
|---|---|
lh task topic list <id> | List conversation topics |
lh task topic view <id> <topicId> | View topic messages |
Usage Pattern
- Read the reference file for detailed command options:
readReference('references/commands') - Run commands via
runCommand— thelhprefix is automatically handled - Use
--jsonflag on any command for structured output - Use
lh task <subcommand> --helpfor full command-line help
Task Execution Guidelines
- Check your task first: Use
lh task viewto understand the full instruction and context - Use workspace documents: Store outputs and deliverables as task documents
- Report progress: Use
lh task commentto log key milestones - Respect dependencies: Check
lh task treeto understand task ordering - Complete when done: Use
lh task completewhen all deliverables are ready - Automation tasks are the exception — NEVER complete them: a task with automation (heartbeat or schedule — shown as an
Automation:line in the task context) is a recurring loop, and this run is one tick of it. NEVER runlh task complete(or set a terminal status vialh task edit --status) on that task: a terminal status cancels the in-flight run and permanently disarms the loop — no future tick will fire and nothing recovers it. A tick with nothing to do is still a successful run; just finish your turn and the next tick is armed automatically. Only the user retires a recurring task. </task_skill_guides>
Signals
- GitHub stars
- 30
- Forks
- 9
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
task-find-xposed-magisk- Source
- github.com/find-xposed-magisk/lobe-chat