Wanwu is an enterprise platform for building AI agents, workflows, retrieval-augmented applications, and managing models in multi-tenant environments. It is designed for developers and enterprise teams delivering AI applications and integrations. The catalogue entries provide skills and agents for using the platform.
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 agentmods add skills/unicomai/wanwu/tencent-docsnpx skills add UnicomAI/wanwu --skill tencent-docsgit clone --depth 1 https://github.com/UnicomAI/wanwuWrote 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/unicomai/wanwu/tencent-docs)<a href="https://agentmods.dev/skills/unicomai/wanwu/tencent-docs"><img src="https://agentmods.dev/badge/skills/unicomai/wanwu/tencent-docs.svg" alt="Measured on agentmods" height="20"></a>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.00209 | $0.03125 |
| Opus 5 | $0.00105 | $0.01563 |
| Sonnet 5 | $0.00042 | $0.00625 |
| Haiku 4.5 | $0.00021 | $0.00313 |
Grade A, and why
tencent-docs 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
腾讯文档 MCP 使用指南
腾讯文档 MCP 提供了一套完整的在线文档操作工具,支持创建、查询、编辑多种类型的在线文档。
支持的文档类型
| 类型 | doc_type | 推荐度 | 说明 |
|---|---|---|---|
| 文档 | smartcanvas | ⭐⭐⭐ 首选 | 排版美观,支持丰富组件;MDX 格式兼容全部 Markdown 语法 |
| Excel | sheet | ⭐⭐⭐ | 数据表格专用 |
| PPT | slide | ⭐⭐⭐ | 幻灯片,演示文稿专用 |
| 思维导图 | mind | ⭐⭐⭐ | 知识图谱专用 |
| 流程图 | flowchart | ⭐⭐⭐ | 流程展示专用 |
| Word | doc | ⭐⭐ | 传统格式,排版一般 |
| 收集表 | form | ⭐⭐ | 表单收集 |
| 智能表格 | smartsheet | ⭐⭐⭐ | 高级结构化表格,支持多视图、字段管理 |
⚙️ 快速配置
首次安装使用时,需要先完成本地安装和注册,详见 references/auth.md。
🎯 场景路由表
根据任务场景,选择对应的参考文档:
| 场景 | 文档类型 | 参考文档 |
|---|---|---|
| 报告、笔记、文章、总结等 | smartcanvas | smartcanvas/entry.md(MDX 格式,兼容全部 Markdown 语法) |
| 结构化数据管理 | smartsheet | references/smartsheet_references.md |
| 计算、筛选、统计、Excel 操作 | sheet | sheet/entry.md(sheet.* 系列工具,已集成到 tencent-docs 中) |
| Word 文档编辑 | word (docengine) | references/docengine_references.md(doc.* 系列工具,已集成到 tencent-docs 中)) |
| 论文、公文、合同等专业文档(作为docengine替补) | word (doc) | doc/entry.md |
| PPT / 演示文稿 | slide | references/slide_references.md |
| 层次化知识整理 | mind | references/diagram_references.md |
| 流程/架构展示 | flowchart | references/diagram_references.md |
| 收集表 | form | references/manage_references.md(使用 manage.create_file,file_type=form;传入 space_id 可在空间内创建) |
| 知识库空间管理(空间/节点/文件夹) | — | references/space_references.md |
| 获取文档内容、上传图片、网页剪藏等公共接口 | — | references/workflows.md (get_content/upload_image) |
| 不支持能力上报(report_unsupported_feature) | — | references/unsupported_feature_reporting.md |
| 文件管理(重命名/移动/删除/复制/导入导出/权限等) | — | references/manage_references.md |
| 其他通用场景 | smartcanvas | smartcanvas/entry.md |
What ships with it
60 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.
- _meta.json 132 B
- doc/doc_format/prompt/pure_text_system_prompt.txt 2.3 KB
- doc/doc_format/prompt/scenario_recognition_prompt.txt 1.7 KB
- doc/doc_format/prompt/style_customization_prompt.txt 2.5 KB
- doc/doc_format/README.md 2.8 KB
- doc/doc_format/templates/contract.json 1.0 KB
- doc/doc_format/templates/essay.json 489 B
- doc/doc_format/templates/general.json 2.7 KB
- doc/doc_format/templates/government.json 1019 B
- doc/doc_format/templates/paper.json 4.6 KB
- doc/entry.md 804 B
- generate_slide.js 7.5 KB runs code
- import_file.sh 4.7 KB runs code
- references/auth.md 3.8 KB
- references/diagram_references.md 2.2 KB
- references/docengine_references.md 48 KB
- references/manage_references.md 32 KB
- references/slide_references.md 5.0 KB
- references/smartsheet_references.md 32 KB
- references/space_references.md 7.0 KB
- references/unsupported_feature_reporting.md 1.1 KB
- references/workflows.md 7.7 KB
- setup.sh 17 KB runs code
- sheet/api/js-script-rule.md 24 KB
- sheet/api/mcp-api.md 20 KB
- sheet/api/operation-api.md 1.4 KB
- sheet/entry.md 5.9 KB
- skill-card.md 3.1 KB
- smartcanvas/entry.md 44 KB
- smartcanvas/mdx_references.md 23 KB
- smartcanvas/template/12_week_muscle_building_workout_plan.mdx 17 KB
- smartcanvas/template/2025_ai_industry_trend_analysis_report.mdx 16 KB
- smartcanvas/template/2026_family_annual_budget_plan.mdx 12 KB
- smartcanvas/template/2026_personal_annual_goal_plan.mdx 14 KB
- smartcanvas/template/annual_holiday_greeting_messages.mdx 16 KB
- smartcanvas/template/app_2_project_retrospective.mdx 6.2 KB
- smartcanvas/template/british_shorthair_cat_care_guide.mdx 17 KB
- smartcanvas/template/career_growth_books_and_movies_recommendations.mdx 17 KB
- smartcanvas/template/chinese_modern_wedding_planning_guide.mdx 13 KB
- smartcanvas/template/coffee_shop_location_analysis_report.mdx 22 KB
- smartcanvas/template/community_fresh_delivery_feasibility_report.mdx 21 KB
- smartcanvas/template/community_group_buying_annual_operation_plan.mdx 10 KB
- smartcanvas/template/company_5th_anniversary_event_plan.mdx 8.8 KB
- smartcanvas/template/ecommerce_membership_points_prd.mdx 12 KB
- smartcanvas/template/english_self_introduction_for_interview.mdx 7.0 KB
- smartcanvas/template/family_weekly_healthy_meal_plan.mdx 11 KB
- smartcanvas/template/finance_graduate_career_plan.mdx 13 KB
- smartcanvas/template/food_review_self_media_operation_plan.mdx 11 KB
- smartcanvas/template/graduate_admission_recommendation_letter.mdx 3.8 KB
- smartcanvas/template/internet_product_manager_cover_letter.mdx 4.0 KB
- smartcanvas/template/internet_product_manager_interview_checklist.mdx 7.2 KB
- smartcanvas/template/maternity_ecommerce_user_persona_report.mdx 21 KB
- smartcanvas/template/new_tea_brand_annual_promotion_plan.mdx 21 KB
- smartcanvas/template/office_worker_knowledge_side_business_plan.mdx 16 KB
- smartcanvas/template/online_education_summer_marketing_plan.mdx 16 KB
- smartcanvas/template/online_office_tool_user_research_report.mdx 16 KB
- smartcanvas/template/p6_to_p7_promotion_report.mdx 9.0 KB
- smartcanvas/template/principles_ray_dalio_book_notes.mdx 16 KB
- smartcanvas/template/q1_quarterly_marketing_operations_summary.mdx 6.8 KB
- smartcanvas/template/quanzhou_3_day_travel_guide.mdx 7.9 KB
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.
- 2d ago First seen · 166 lines · 209 tokens per session scan A ffca3640a00c
tencent-docs is a skill published in the GitHub repository UnicomAI/wanwu (2,456 stars, last pushed yesterday), licensed Apache-2.0. It adds 209 tokens to every session and 3,125 once invoked, about $0.0010 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-09-03.
Other skills, from other repositories
Book2Skill
Convert one or more TXT, Markdown, DOCX, or PDF documents into a reusable skill zip backed by normalized Markdown, extracted images, and a grounded JSONL knowledge index. Invoke this skill before inspecting task files, then execute its workflow directly without listing directories.
data-report
Turns CSV, Excel, or JSON data into a polished visual report page.
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
lbo-model
Build leveraged buyout workbooks with IRR/MOIC in Excel.
google-workspace
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.