ansari-skill

agent
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 19 GitHub stars
Code Pass
  • Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Islamic Knowledge Agent Skill — answers questions about Islam using authentic sources. Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, and Gemini CLI.

README.md

Ansari — Islamic Knowledge Agent Skill

An Agent Skill that answers questions about Islamic theology, history, ethics, and practice using authentic sources (Quran, Hadith, classical scholars).

Works with Claude (web, desktop, and Code), GitHub Copilot, OpenAI Codex CLI, Cursor, Gemini CLI, and any platform supporting the Agent Skills specification.

Installation

Claude.ai / Claude Desktop

  1. Download ansari-skill.zip from the latest release
  2. Open Settings > Customize > Skills
  3. Upload the zip file
  4. Toggle the skill on

Claude Code

# Project-level
cp -r ansari/ .claude/skills/ansari/

# Or user-level (available in all projects)
cp -r ansari/ ~/.claude/skills/ansari/

VS Code / GitHub Copilot

# Project-level (recommended)
mkdir -p .github/skills
cp -r ansari/ .github/skills/ansari/

# Or user-level
mkdir -p ~/.copilot/skills
cp -r ansari/ ~/.copilot/skills/ansari/

OpenAI Codex CLI

# Project-level
mkdir -p .codex/skills
cp -r ansari/ .codex/skills/ansari/

# Or user-level
mkdir -p ~/.codex/skills
cp -r ansari/ ~/.codex/skills/ansari/

Restart Codex after installing. See Codex Skills docs.

Cursor

mkdir -p .cursor/skills
cp -r ansari/ .cursor/skills/ansari/

Gemini CLI

mkdir -p ~/.gemini/skills
cp -r ansari/ ~/.gemini/skills/ansari/

Enable skills in Gemini CLI: run gemini, type /settings, search for "Skills", toggle to true.

OpenClaw

# Install from ClawHub registry
clawhub install ansari

# Or manual installation (user-level)
cp -r ansari/ ~/.openclaw/skills/ansari/

# Or project-level
cp -r ansari/ skills/ansari/

Via OpenSkills (universal installer)

npx openskills install ansari-project/ansari-skill
npx openskills sync

Any Agent Skills-compatible platform

Copy the ansari/ directory into your platform's skills directory. The skill follows the open Agent Skills specification.

Upgrading

Claude.ai / Claude Desktop: Remove the old skill in Settings > Customize > Skills, then upload the new ansari-skill.zip.

All other platforms: Download the latest ansari-skill.zip, extract it, and replace your existing ansari/ directory.

What It Does

When you ask an Islamic question, the skill instructs the AI agent to call the Ansari API — a service that provides answers grounded in the Quran, authentic Hadith collections, and classical Islamic scholarship.

The API requires no authentication and no API key.

Examples

  • "What are the five pillars of Islam?"
  • "What does the Quran say about charity?"
  • "Explain the concept of Tawheed"
  • "What are the conditions for valid prayer?"

Links

License

MIT

Reviews (0)

No results found