← 返回 Skills 市场
Weibo Channel Config
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-weibo-config
功能描述
连接微博渠道到 OpenClaw。当用户说"连接微博"、"配置微博"、"绑定微博"、"接入微博"时使用。需要 AppId 和 AppSecret 凭证。
使用说明 (SKILL.md)
Weibo Channel Configuration
Configure Weibo channel credentials via OpenClaw CLI.
Required Credentials
- AppId — Weibo application ID
- AppSecret — Weibo application secret
Configuration Commands
openclaw config set 'channels.weibo.appId' '\x3CAppId>'
openclaw config set 'channels.weibo.appSecret' '\x3CAppSecret>'
Workflow
- Ask the user for AppId and AppSecret (if not provided).
- Run the two
openclaw config setcommands above with the provided values. - Verify with
openclaw config get 'channels.weibo'(if available) or confirm to the user that configuration is complete.
Example
Given:
- AppId:
AppIdExample - AppSecret:
AppSecretExample
Execute:
openclaw config set 'channels.weibo.appId' 'AppIdExample'
openclaw config set 'channels.weibo.appSecret' 'AppSecretExample'
安全使用建议
This skill is straightforward, but check these before using: 1) Ensure the OpenClaw CLI (openclaw) is installed and available to the agent — the SKILL.md assumes it but doesn't declare it. 2) Only provide the AppSecret if you trust the skill/agent and the environment; prefer entering the secret interactively rather than pasting it into a long conversation log if you’re concerned about retention. 3) After running the commands, verify the stored values with `openclaw config get 'channels.weibo'` and inspect where OpenClaw stores configs (file permissions). 4) Note the skill has no homepage/source and an unknown origin — if you need stronger assurance, run the two commands manually yourself or confirm the publisher identity before proceeding.
能力评估
Purpose & Capability
The name/description match the instructions: the skill configures a Weibo channel by setting AppId and AppSecret via the OpenClaw CLI. Minor inconsistency: the skill uses the openclaw command but does not declare that the OpenClaw CLI binary is required or available.
Instruction Scope
SKILL.md only instructs the agent to ask the user for AppId/AppSecret and run two `openclaw config set` commands, then optionally verify via `openclaw config get`. It does not direct reading unrelated files, accessing other env vars, or sending credentials to external endpoints. It assumes the agent can execute the openclaw CLI.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-install-risk model and nothing is written to disk by the skill itself.
Credentials
The only secrets involved are the Weibo AppId and AppSecret, which are appropriate for configuring a Weibo channel. The skill does not declare or request unrelated credentials or environment variables.
Persistence & Privilege
always:false and no system-level modifications are requested. The skill is user-invocable and can be autonomously invoked by the agent (platform default), which is expected for such helpers.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jpeng-weibo-config - 安装完成后,直接呼叫该 Skill 的名称或使用
/jpeng-weibo-config触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Connect Weibo to OpenClaw
元数据
常见问题
Weibo Channel Config 是什么?
连接微博渠道到 OpenClaw。当用户说"连接微博"、"配置微博"、"绑定微博"、"接入微博"时使用。需要 AppId 和 AppSecret 凭证。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。
如何安装 Weibo Channel Config?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-weibo-config」即可一键安装,无需额外配置。
Weibo Channel Config 是免费的吗?
是的,Weibo Channel Config 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weibo Channel Config 支持哪些平台?
Weibo Channel Config 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weibo Channel Config?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills