npx skills add https://github.com/brief-onchain/skills-lab --skill syncx{
"text": "BTC retrace then continuation; watch 4h structure.",
"platforms": ["square", "twitter"],
"twitterMode": "official"
}
初始化本地配置:
python3 scripts/publish_sync.py --init-config
在 .env 文件中填入各平台的凭证。
在每次发布前运行健康检查:
python3 scripts/publish_sync.py \
--doctor \
--platforms square,twitter \
--twitter-mode official
一次发布,按平台分发:
python3 scripts/publish_sync.py \
--text "BTC retrace then continuation; watch 4h structure." \
--platforms square,twitter \
--twitter-mode official
{
"text": "BTC retrace then continuation; watch 4h structure.",
"platforms": ["square", "twitter"],
"twitterMode": "official"
}
Initialize local config:
python3 scripts/publish_sync.py --init-config
Fill .env with platform credentials.
Run doctor checks before any publish:
python3 scripts/publish_sync.py \
--doctor \
--platforms square,twitter \
--twitter-mode official
Publish once and fan out by platform:
python3 scripts/publish_sync.py \
--text "BTC retrace then continuation; watch 4h structure." \
--platforms square,twitter \
--twitter-mode official
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
使用试运行模式进行安全验证:
python3 scripts/publish_sync.py \
--text "test" \
--platforms square,twitter,tg,threads \
--twitter-mode official \
--dry-run
square: 通过 Binance Square OpenAPI 发布。twitter + official: 使用 X API v2 凭证路径。twitter + browser: 使用会话 Cookie 路径 (auth_token + ct0)。tg: 通过 Telegram Bot API 发布。threads: 可选的 Graph API 发布。--doctor 检查。.env 文件中;切勿打印完整的令牌值。skills/syncxskills/syncx/scripts/publish_sync.py每周安装数
1
代码库
首次出现
今天
安全审计
安装于
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
Use dry-run for safe validation:
python3 scripts/publish_sync.py \
--text "test" \
--platforms square,twitter,tg,threads \
--twitter-mode official \
--dry-run
square: Binance Square OpenAPI publishing.twitter + official: X API v2 credential path.twitter + browser: session-cookie path (auth_token + ct0).tg: Telegram Bot API publishing.threads: optional Graph API publishing.--doctor before each publish batch..env; never print full token values.skills/syncxskills/syncx/scripts/publish_sync.pyWeekly Installs
1
Repository
First Seen
Today
Security Audits
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
31,600 周安装