QianYuan.AIAgenticFramework: Skill for Claude Code

.agents/skills/using-superpowers/SKILL.md

using-superpowers is a skill for Claude Code, Codex from zhouguoqing/QianYuan.AIAgenticFramework. It costs 26 tokens per session (443 once invoked), scanned A, original, Apache-2.0.

A bootstrap guide that teaches a coding agent how to find and use other skills. It says to check applicable skills at the start of each new task and follow their instructions when relevant.

In plain words
What is it for?
Use it when beginning a task to decide whether another skill applies, load the relevant instructions, announce that usage, and complete or hand off the work properly.
Why use it?
It reduces the chance that a specialized workflow is overlooked. It also establishes how to prioritize user requests, skill instructions, and default behavior.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: installed under .agents/ (shared by several agents); built for openclaw.

This is zhouguoqing/QianYuan.AIAgenticFramework's own configuration. It tells Claude Code and Codex how to work on QianYuan.AIAgenticFramework itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything QianYuan.AIAgenticFramework configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zhouguoqing/QianYuan.AIAgenticFramework. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zhouguoqing/QianYuan.AIAgenticFramework/main/.agents/skills/using-superpowers/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zhouguoqing/QianYuan.AIAgenticFramework

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for using-superpowers

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhouguoqing/qianyuan.aiagenticframework/using-superpowers/github.svg)](https://agentmods.dev/skills/zhouguoqing/qianyuan.aiagenticframework/using-superpowers)
Your own site
<a href="https://agentmods.dev/skills/zhouguoqing/qianyuan.aiagenticframework/using-superpowers"><img src="https://agentmods.dev/badge/skills/zhouguoqing/qianyuan.aiagenticframework/using-superpowers/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.

agentmods 80×15 button for using-superpowers

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhouguoqing/qianyuan.aiagenticframework/using-superpowers"><img src="https://agentmods.dev/badge/skills/zhouguoqing/qianyuan.aiagenticframework/using-superpowers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00443
Opus 5 $0.00013 $0.00221
Sonnet 5 $0.00005 $0.00089
Haiku 4.5 $0.00003 $0.00044

Measured 9d ago against content hash 9ee65e60f9c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

using-superpowers scanned grade A with 0 findings 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 9d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/using-superpowers/SKILL.md · 61 lines

What it actually says

Using Superpowers

The Core Rule

If there is even a 1% chance a skill applies to the current task, invoke it.

Skills are cheap to load. Failing to use an applicable skill is expensive.

How to Find Skills

At the start of every new task:

  1. Review available skills (check ~/.openclaw/extensions/superpowers/skills/)
  2. Ask: "Does any skill match what I'm about to do?"
  3. If yes → load and follow the skill exactly
  4. If no → proceed with default behavior

In OpenClaw's persistent agent context, check skills at the start of every new task, not just new conversations. A long-running session may handle many different task types.

Decision Flowchart

New task received
    ↓
Does any skill apply? (even 1% chance → YES)
    ↓
YES → Announce: "Using [skill-name] to [purpose]"
      Load skill file
      Follow instructions exactly
      ↓
      Complete or hand off cleanly

NO → Proceed with default agent behavior

Priority Hierarchy

  1. User instructions — always highest priority
  2. Skills — override default behavior when applicable
  3. Default behavior — fallback when no skill applies

Announcing Skill Usage

When you invoke a skill, say so:

"Using brainstorming to explore approaches before writing code." "Using systematic-debugging to diagnose this error."

This keeps the human informed and lets them redirect if needed.

OpenClaw-Specific Notes

  • In persistent sessions, skills should be checked at the start of each new task, not just session start
  • Skills around task-handoff and agent-self-recovery matter more in OpenClaw than in session-based tools — don't skip them
  • If a task will take more than ~20 minutes, check long-running-task-management first
Changes

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.

  1. 9d ago First seen · 61 lines · 26 tokens per session scan A 9ee65e60f9c2

Subscribe to this mod's changes

using-superpowers is a skill published in the GitHub repository zhouguoqing/QianYuan.AIAgenticFramework (36 stars, last pushed 23d ago), licensed Apache-2.0. It adds 26 tokens to every session and 443 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

conversational-ux

Design voice and conversational interfaces — dialog flows, error recovery, and persona. Use when the interface speaks and listens rather than being tapped. For graphical input collection, use form-design.

Owl-Listener/designer-skills · 43 tokens

platform-conventions

Design to iOS and Android conventions — what each OS mandates, where they diverge, and when to unify. Use when shipping native apps. For breakpoint adaptation use responsive-design; for matching competitor patterns use jakobs-law (interaction-design).

Owl-Listener/designer-skills · 55 tokens

research-repository

Build a repository that makes findings findable, reusable, and cumulative across teams. Use when the same research keeps getting redone. For synthesising one study, use affinity-diagram.

Owl-Listener/designer-skills · 43 tokens

design-negotiation

Advocate for design quality, scope, and timeline with partners and leadership using evidence and shared goals. Use in the conversation itself. For the commercial vocabulary behind it, use business-design (ux-strategy).

Owl-Listener/designer-skills · 48 tokens

form-design

Design a form end to end — field order, grouping, validation, and completion. Use when the artifact is a form. For product-wide error strategy use error-handling-ux; for first-run signup use onboarding-design.

Owl-Listener/designer-skills · 51 tokens

peak-end-rule

Apply the Peak-End Rule — a flow is remembered by its most intense moment and its last. Use when designing completion, celebration, or cancellation moments. For sustaining engagement mid-flow, use zeigarnik-effect.

Owl-Listener/designer-skills · 47 tokens