danghuangshang is a multi-agent collaboration system that organizes specialized AI agents into a hierarchy modeled on historical Chinese government institutions. Users delegate tasks to these agents through platforms such as Discord or Feishu, with roles for coordination, coding, review, memory, and automation. Its catalogue entries are the project's agents and skills.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add wanikua/danghuangshang --skill quadrantsgit clone --depth 1 https://github.com/wanikua/danghuangshangWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/wanikua/danghuangshang/quadrants)<a href="https://agentmods.dev/skills/wanikua/danghuangshang/quadrants"><img src="https://agentmods.dev/badge/skills/wanikua/danghuangshang/quadrants/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wanikua/danghuangshang/quadrants"><img src="https://agentmods.dev/badge/skills/wanikua/danghuangshang/quadrants.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 21 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00088 | $0.00953 |
| Opus 5 | $0.00044 | $0.00477 |
| Sonnet 5 | $0.00018 | $0.00191 |
| Haiku 4.5 | $0.00009 | $0.00095 |
Grade A, and why
quadrants scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sL -X POST "https://quadrants.ch/api/service" \ How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Quadrants Skill
Manage tasks on the Quadrants Eisenhower Matrix (quadrants.ch) via OpenClaw.
API Access
All operations go through POST https://quadrants.ch/api/service with header X-API-Key.
Credentials should be configured via environment variables or openclaw.json:
QUADRANTS_API_KEY— Service API key- Default project:
YOUR_PROJECT_ID
Direct API Calls (preferred over CLI)
curl -sL -X POST "https://quadrants.ch/api/service" \
-H "Content-Type: application/json" \
-H "X-API-Key: $QUADRANTS_API_KEY" \
-d '{"action":"<ACTION>", ...params}'
Actions Reference
| Action | Required params | Description |
|---|---|---|
projects |
— | List all projects with task counts |
tasks |
projectId |
List active tasks (sorted by priority) |
priority |
— | Top priority tasks across all projects |
quadrant |
projectId, quadrant (Q1/Q2/Q3/Q4) |
Filter tasks by quadrant |
search |
query |
Search tasks by description |
create |
projectId, description, urgency?, importance? |
Create one task |
bulk-create |
projectId, tasks[] |
Create multiple tasks |
complete |
taskId |
Archive/complete a task |
update |
taskId, updates{} |
Update task fields |
delete |
taskId |
Permanently delete a task |
overview |
projectId |
Project stats + quadrant distribution |
stats |
— | Global stats across all projects |
Quadrant Mapping
| Quadrant | Urgency | Importance | Meaning |
|---|---|---|---|
| Q1 | >50 | >50 | 🔴 Do First — urgent + important |
| Q2 | ≤50 | >50 | 🟡 Schedule — important, not urgent |
| Q3 | >50 | ≤50 | 🟠 Delegate — urgent, not important |
| Q4 | ≤50 | ≤50 | ⚪ Eliminate — neither |
Natural Language → Action Mapping
| User says | Action | Params |
|---|---|---|
| "加个任务:修bug" | create |
description="修bug", urgency=80, importance=70 |
| "今天做什么" / "priority" | priority |
— |
| "完成了 #412" | complete |
taskId=412 |
| "项目概览" | overview |
projectId=default |
| "Q1任务" / "紧急重要" | quadrant |
quadrant=Q1 |
| "搜索 登录" | search |
query="登录" |
| "看看项目" | projects |
— |
| "整体情况" | stats |
— |
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 86 lines · 88 tokens per session scan A b8ed313d968c
quadrants is a skill published in the GitHub repository wanikua/danghuangshang (2,701 stars, last pushed 3mo ago), licensed MIT. It adds 88 tokens to every session and 953 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
discord-ops
Core operations for Discord server management via the discord(operation=...) portmanteau tool. Covers guild browsing, channel management, messaging, moderation, roles, invites, webhooks, and RAG search.
setup-discord-multibot
Configure or extend a multi-bot Discord setup for Claude Code, where each project directory is bridged to its own dedicated Discord bot. Use when the user wants to (a) add a new Discord bot for a new project, (b) initially set up the per-project Discord architecture, (c) pair a bot when the official /discord:access…
role:pl
A development coordinator that starts developer sub-agents, monitors their progress, checks phase gates, and verifies results after receiving a project specification.
dispatch
Use when a task file exists in .hyperflow/tasks/ and workers need dispatching. Fans out parallel workers under per-batch Reviewers, runs a final integration review, and commits per sub-task. Endpoint of the auto-chain — no auto-deploy. Trigger with /hyperflow:dispatch, "run the plan", "execute the task", "build it"…
commonly
You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…
sdlc-accelerate
End-to-end SDLC ramp-up from idea to construction-ready with automated phase transitions.