{"id":43278685,"url":"https://github.com/duckcoding-dev/moltbot-duckcoding-auth","last_synced_at":"2026-02-05T21:00:35.382Z","repository":{"id":335618803,"uuid":"1145992434","full_name":"DuckCoding-dev/moltbot-duckcoding-auth","owner":"DuckCoding-dev","description":"DuckCoding CodeX provider 插件，用于 OpenClaw / Clawdbot（原 Moltbot）。","archived":false,"fork":false,"pushed_at":"2026-02-01T15:03:54.000Z","size":13,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-03T05:40:51.007Z","etag":null,"topics":["clawdbot","codex","duckcoding","gpt","openai","openclaw","plugin"],"latest_commit_sha":null,"homepage":"https://duckcoding.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuckCoding-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-30T13:35:26.000Z","updated_at":"2026-02-02T09:29:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DuckCoding-dev/moltbot-duckcoding-auth","commit_stats":null,"previous_names":["duckcoding-dev/moltbot-duckcoding-auth"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/DuckCoding-dev/moltbot-duckcoding-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckCoding-dev%2Fmoltbot-duckcoding-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckCoding-dev%2Fmoltbot-duckcoding-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckCoding-dev%2Fmoltbot-duckcoding-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckCoding-dev%2Fmoltbot-duckcoding-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckCoding-dev","download_url":"https://codeload.github.com/DuckCoding-dev/moltbot-duckcoding-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckCoding-dev%2Fmoltbot-duckcoding-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clawdbot","codex","duckcoding","gpt","openai","openclaw","plugin"],"created_at":"2026-02-01T17:00:41.293Z","updated_at":"2026-02-03T19:00:58.429Z","avatar_url":"https://github.com/DuckCoding-dev.png","language":"TypeScript","readme":"# moltbot-duckcoding-auth\n\n[![npm version](https://img.shields.io/npm/v/moltbot-duckcoding-auth)](https://www.npmjs.com/package/moltbot-duckcoding-auth)\n[![npm downloads](https://img.shields.io/npm/dm/moltbot-duckcoding-auth)](https://www.npmjs.com/package/moltbot-duckcoding-auth)\n[![license](https://img.shields.io/github/license/DuckCoding-dev/moltbot-duckcoding-auth)](https://github.com/DuckCoding-dev/moltbot-duckcoding-auth/blob/main/LICENSE)\n\nDuckCoding CodeX provider 插件，用于 [OpenClaw](https://github.com/openclaw/openclaw) / Clawdbot（原 Moltbot）。\n\n通过 DuckCoding API 访问 CodeX 模型。官网：https://duckcoding.com\n\n## 安装\n\n```bash\nopenclaw plugins install moltbot-duckcoding-auth\n```\n\n或通过 npm 安装：\n\n```bash\nnpm install moltbot-duckcoding-auth\n```\n\n启用插件：\n\n```bash\nopenclaw plugins enable moltbot-duckcoding-auth\n```\n\n\u003e 如果你使用 clawdbot，将命令中的 `openclaw` 替换为 `clawdbot`。\n\n## 认证\n\n安装后使用 DuckCoding API Key 认证：\n\n```bash\nopenclaw models auth login --provider duckcoding --set-default\n```\n\n请使用 **CodeX专用（Droid/OpenClaw）** 的 Key。\n\n## 支持的模型\n\n| Provider | Model ID | 描述 |\n|----------|----------|------|\n| CodeX | `duckcoding/gpt-5.2-codex` | GPT 5.2 CodeX (400K context) |\n\n## 使用\n\n```bash\n# 使用默认模型（GPT 5.2 CodeX）\nopenclaw agent --message \"你好\"\n\n# 指定模型\nopenclaw agent --model duckcoding/gpt-5.2-codex --message \"你好\"\n\n# 查看可用模型\nopenclaw models list | grep duckcoding\n```\n\n## 环境变量\n\n也可以通过环境变量设置 API Key：\n\n```bash\nexport DUCKCODING_API_KEY=your-api-key\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckcoding-dev%2Fmoltbot-duckcoding-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckcoding-dev%2Fmoltbot-duckcoding-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckcoding-dev%2Fmoltbot-duckcoding-auth/lists"}