发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Sources
- Volcengine ARK API docs (Chat Completions) - Volcengine authentication and endpoint docs
volcengine-ai-text-ark-chat
Execute text/chat tasks on Volcengine ARK with stable parameter defaults and reproducible request templates.
Sources
- Volcengine ARK documentation (chat completions / endpoint usage) - Volcengine API authentication and region endpoint docs - Internal repository conventions from `alicloud-skills`
Sources
- OpenAPI product page: `https://api.aliyun.com/product/Chatbot` - API list (metadata): `https://api.aliyun.com/meta/v1/products/Chatbot/versions/2022-04-08/api-docs.json` - API definition (single API): `https://api.aliyun.com/meta/v1/products/Chatbot/versions/2022-04-08/apis/{ApiName}/api.json`
Chatbot (beebot)
Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for beebot.
wechat-article-writer
End-to-end 微信公众号 article writing and publishing pipeline
WeChat HTML/CSS Rendering Rules
WeChat's article renderer (微信公众号文章渲染器) is not a standard browser. It is an embedded WebView that strips or ignores many common HTML and CSS features. This document describes what works, what doesn't, and the safe alternatives.
Reviewer Rubric — WeChat 公众号 Article Quality
> v4 — 2026-02-20. Craft-only revision. Reviewers judge TEXT, not outcomes. All dimensions are observable in the article itself — no prediction of reader behavior, shares, or platform metrics. WeChat signals (完读率, 分享, 收藏) are outcomes determined by distribution, timing, and audience size. A reviewer reading a draft cannot predict them. What a reviewer CAN judge: whether the writing is clear, original, compelling, and well-evidenced.
Pipeline State Machine (Compaction-Safe)
The orchestrator persists state to `~/.wechat-article-writer/drafts/<slug>/pipeline-state.json` **before every subagent spawn and after every step completion**. This file is the single source of truth for resuming after context compaction or session restart.
Browser Automation Publishing (CDP)
For **unverified subscription accounts (未认证订阅号)**, WeChat's content APIs are unavailable. This skill uses browser automation to drive the mp.weixin.qq.com editor directly.
智能体配置指南 — Orchestrator Agent Configuration
本文档定义调用 wechat-article-writer 技能的**编排智能体(Orchestrator Agent)**的最佳配置。安装技能后,按此指南配置智能体,实现最大自动化 + 关键人工审核。
WeChat Publishing 经验教训
> **Platform key:** Lessons marked **(macOS only)** apply when OpenClaw manages the browser via Playwright (e.g. Titan). Lessons marked **(Linux/Ubuntu)** apply to standalone Chrome with direct CDP (e.g. headless Ubuntu server). Unmarked lessons apply to **both platforms**.