Skip to content
Skillv1.0.0

groq_chatbot_streamlit

Repository Contribution Guidelines

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

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

See reviews

About

Imported from ELLokoAkrata/groq_chatbot_streamlit (AGENTS.md). Install upstream with npx skills add ELLokoAkrata/groq_chatbot_streamlit. Copyright stays with the author.

Repository Contribution Guidelines

  • Follow PEP8 style for Python files.
  • Keep requirements.txt with one dependency per line, no leading spaces.
  • After editing Python code, run python -m py_compile chat_bot.py to ensure it compiles.
  • Document significant changes in the readme.md when features are added.

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/ellokoakrata-groq-chatbot-streamlit-groq-chatbot-streamlit/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.

ellokoakrata-groq-chatbot-streamlit-groq-chatbot-streamlit.ocm.jsonjson
{
  "ocm": "1",
  "id": "ellokoakrata-groq-chatbot-streamlit-groq-chatbot-streamlit",
  "kind": "skill",
  "name": "groq_chatbot_streamlit",
  "description": "Repository Contribution Guidelines",
  "publisher": "ELLokoAkrata",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Contribution Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ELLokoAkrata/groq_chatbot_streamlit",
      "path": "AGENTS.md",
      "ref": "5f59fe9ba4e92e55ef0566bb3127551a54d9ce48",
      "url": "https://github.com/ELLokoAkrata/groq_chatbot_streamlit/blob/5f59fe9ba4e92e55ef0566bb3127551a54d9ce48/AGENTS.md",
      "key": "ELLokoAkrata/groq_chatbot_streamlit/AGENTS.md"
    }
  },
  "instructions": "# Repository Contribution Guidelines\n\n- Follow PEP8 style for Python files.\n- Keep `requirements.txt` with one dependency per line, no leading spaces.\n- After editing Python code, run `python -m py_compile chat_bot.py` to ensure it compiles.\n- Document significant changes in the `readme.md` when features are added.",
  "cost": {
    "context_tokens": 79
  }
}

Fetch it by URL: GET /api/v1/registry/ellokoakrata-groq-chatbot-streamlit-groq-chatbot-streamlit/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.