package.json 483 B

12345678910
  1. {
  2. "name": "fmode-storage",
  3. "version": "0.2.2",
  4. "description": "Claude Code skill: 录音文件转写(讯飞 LFASR)通过 Fmode 网关 /api/listen/transcribe 完成。讯飞凭据仅服务端持有,客户端只需 fmode token,服务端按音频时长计费。提供 `npx fmode-listen transcribe` 直连命令 + Claude Code 技能安装器。",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+ssh://git@github.com/fmodecn/skill-storage.git"
  9. }
  10. }