引用生成器

引用生成器 is a skill for Claude Code, Codex from Tencent/WeKnora. It costs 37 tokens per session (407 once invoked), scanned A, original, no licence file.

A citation-generation skill for producing standard reference formats and marking the sources of information from a knowledge base.

In plain words
What is it for?
Use it to create bibliographies, format citations, and identify the source of knowledge-base content.
Why use it?
It helps document where information came from instead of leaving references to be formatted and tracked by hand.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

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.

agentmods
npx agentmods add skills/tencent/weknora/citation-generator
Any agent
npx skills add Tencent/WeKnora --skill citation-generator
Clone the repo
git clone --depth 1 https://github.com/Tencent/WeKnora

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 引用生成器

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencent/weknora/citation-generator.svg)](https://agentmods.dev/skills/tencent/weknora/citation-generator)
Your own site
<a href="https://agentmods.dev/skills/tencent/weknora/citation-generator"><img src="https://agentmods.dev/badge/skills/tencent/weknora/citation-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00037 $0.00407
Opus 5 $0.00018 $0.00204
Sonnet 5 $0.00007 $0.00081
Haiku 4.5 $0.00004 $0.00041

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

Security

Grade A, and why

引用生成器 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 6d 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.

skills/preloaded/citation-generator/SKILL.md · 59 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago First seen · 59 lines · 37 tokens per session scan A adb481c9c0eb

Subscribe to this mod's changes

引用生成器 is a skill published in the GitHub repository Tencent/WeKnora (21,457 stars, last pushed today), with no licence file. It adds 37 tokens to every session and 407 once invoked, about $0.0002 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

stack-trace-go-probe

Internal helper for meta-stack-trace-investigator. Use when a Go panic or stack trace needs Go-specific nil/error checks, go test reproducer guidance, and patch targets.

opensquilla/opensquilla · 42 tokens

agentscope-java

Expert Java developer skill for AgentScope Java framework - a reactive, message-driven multi-agent system built on Project Reactor. Use when working with reactive programming, LLM integration, agent orchestration, multi-agent systems, or when the user mentions AgentScope, ReActAgent, Mono/Flux, Project Reactor, or…

agentscope-ai/agentscope-java · 91 tokens

agent-task-handoff

Use this skill when delegating a subtask to a sub-agent, spawning a parallel worker, or handing off work across sessions. Write a self-contained task description so the receiving agent needs no prior context.

aiming-lab/MetaClaw · 46 tokens

context-window-management

Use this skill in long conversations or multi-turn agentic sessions where context may be lost or the conversation is approaching token limits. Summarize, prioritize, and compact context proactively before it becomes a problem.

aiming-lab/MetaClaw · 45 tokens

tool-selection-strategy

Use this skill when deciding which tools to call in an agentic workflow. Always choose the minimal, most direct tool for each step and avoid redundant or speculative tool calls.

aiming-lab/MetaClaw · 39 tokens

plan-before-multi-step-execution

Use this skill before executing a sequence of 3 or more steps, especially when steps are irreversible or depend on each other. Write out the plan and verify it before starting execution.

aiming-lab/MetaClaw · 44 tokens