Connect GitHub MCP is a free, MIT-licensed agent skill that wires the GitHub MCP server into your AIML.chat agents so they search code and issues and open well-formed issues from a chat — after a human approves the write. A user reports a bug and your agent files it, scoped to one repo.
What it does
The skill installs and scopes the GitHub MCP server for an AIML.chat agent and attaches the right tools: search code and issues to answer accurately, and create-issue or comment for triage. It scopes the GitHub authorization to the repositories the agent should touch — least privilege — and confirms that issue creation runs through write-confirm, so nothing lands in your tracker without a maintainer's approval. The result is a technical or triage agent that answers from your real code and turns a messy support thread into a clean, reproducible issue.
The skill
name: connect-github-mcp
Use when an agent should search code or file GitHub issues from a chat.
Steps:
1. AIML.chat: MCP → Marketplace → GitHub → Install, authorize via OAuth.
2. Scope access to the specific repositories the agent may use.
3. Attach search and create-issue tools to your technical/triage agent.
4. Test: "file a bug: build fails on Node 22" → drafts the issue, asks to confirm.
How to use it
Copy the SKILL.md into your agent framework's skills folder, or install it directly in AIML.chat under Agents → Skills. It pairs with the MCP server tester to verify the connection and the issue triage template for the agent's prompt. See the GitHub MCP hub entry for setup and the MCP docs for how write-confirm works.
Ready to try it? Start free and connect GitHub in a couple of minutes — see pricing for higher limits.
Will it open issues on its own?+
No — search is automatic, but creating an issue or comment requires human approval through write-confirm.
Can I limit which repos it touches?+
Yes — the skill scopes GitHub access to the specific repositories you choose, following least privilege.
Is the skill free?+
Yes — it is MIT-licensed and free to copy. Using it in AIML.chat counts toward your plan's limits; see pricing.