Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
方正鸿云学术出版平台自动化技能。使用 browser 工具处理登录和页面交互,API 调用使用 browser.evaluate() 执行。触发关键词:登录方正鸿云、切换刊物、自动催修、自动催审、催审第 X 条、鸿云任务提醒、自动填写送审单、自动注册 DOI、获取登录 Cookie、调用获取刊物信息接口、调用获取发布站点接口、调用获取刊期列表接口、调用获取刊期论文列表接口、调用 DOI 注册接口、将文章{标题}发布到微信公众号。
以下环境变量均为可选,如未设置,技能会在需要时提示用户输入:
| 变量名 | 必需 | 默认值 | 说明 |
|---|---|---|---|
FOUNDER_PLATFORM_URL | ❌ | http://journal.portal.founderss.cn/ | 平台登录地址 |
如需使用 [将文章{标题}发布到微信公众号] 功能,需要配置微信公众号凭证:
| 变量名 | 必需 | 说明 |
|---|---|---|
WECHAT_APP_ID | ⚠️ 微信发布必需 | 微信公众号 AppID |
WECHAT_APP_SECRET | ⚠️ 微信发布必需 | 微信公众号 AppSecret |
获取方式:
配置方式(任选其一):
系统环境变量:
export FOUNDER_PLATFORM_URL="http://journal.portal.founderss.cn/"
export WECHAT_APP_ID="your_appid"
export WECHAT_APP_SECRET="your_secret"
使用时输入(推荐) - 不设置环境变量,首次使用时手动输入
使用默认值 - 不设置环境变量,使用默认平台地址
所有 API 接口调用使用 browser.evaluate() 在浏览器上下文中执行,利用浏览器会话的认证状态,避免 Cookie 失效问题。
| 操作 | 正确方式 |
|---|---|
| 调用获取刊物信息接口 | browser.evaluate() 执行 fetch() |
| 调用获取发布站点接口 | browser.evaluate() 执行 fetch() |
| 调用获取刊期列表接口 | browser.evaluate() 执行 fetch() |
| 调用获取刊期论文列表接口 | browser.evaluate() 执行 fetch() |
npx skills add LeoYeAI/openclaw-master-skills --skill founder-hy-editor-browserHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.