Skip to content
Skillv1.0.0

chatgpt

ChatGPT integration via session token.

by HodgCodg(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from HodgCodg/goonbot-config (skills/chatgpt/SKILL.md). Install upstream with npx skills add HodgCodg/goonbot-config --skill chatgpt. Copyright stays with the author.

ChatGPT

python3 {baseDir}/scripts/chatgpt.py setup TOKEN
python3 {baseDir}/scripts/chatgpt.py ask "question"

Requires setup with browser session token from chatgpt.com cookies (__Secure-next-auth.session-token).

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/hodgcodg-goonbot-config-chatgpt/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

hodgcodg-goonbot-config-chatgpt.ocm.jsonjson
{
  "ocm": "1",
  "id": "hodgcodg-goonbot-config-chatgpt",
  "kind": "skill",
  "name": "chatgpt",
  "description": "ChatGPT integration via session token.",
  "publisher": "HodgCodg",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "ChatGPT integration via session token."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/HodgCodg/goonbot-config",
      "path": "skills/chatgpt/SKILL.md",
      "ref": "f6121b9d6bf065023811ed91ac99b661817634a6",
      "url": "https://github.com/HodgCodg/goonbot-config/blob/f6121b9d6bf065023811ed91ac99b661817634a6/skills/chatgpt/SKILL.md",
      "key": "HodgCodg/goonbot-config/skills/chatgpt/SKILL.md"
    }
  },
  "instructions": "# ChatGPT\n\n```bash\npython3 {baseDir}/scripts/chatgpt.py setup TOKEN\npython3 {baseDir}/scripts/chatgpt.py ask \"question\"\n```\n\nRequires setup with browser session token from chatgpt.com cookies (`__Secure-next-auth.session-token`).",
  "cost": {
    "context_tokens": 57
  }
}

Fetch it by URL: GET /api/v1/registry/hodgcodg-goonbot-config-chatgpt/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.