← Back to Skills Marketplace
Weibo Channel Config
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
155
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-weibo-config
Description
连接微博渠道到 OpenClaw。当用户说"连接微博"、"配置微博"、"绑定微博"、"接入微博"时使用。需要 AppId 和 AppSecret 凭证。
README (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'
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-weibo-config - After installation, invoke the skill by name or use
/jpeng-weibo-config - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Connect Weibo to OpenClaw
Metadata
Frequently Asked Questions
What is Weibo Channel Config?
连接微博渠道到 OpenClaw。当用户说"连接微博"、"配置微博"、"绑定微博"、"接入微博"时使用。需要 AppId 和 AppSecret 凭证。 It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Weibo Channel Config?
Run "/install jpeng-weibo-config" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weibo Channel Config free?
Yes, Weibo Channel Config is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weibo Channel Config support?
Weibo Channel Config is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weibo Channel Config?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills