{"id":43471366,"url":"https://github.com/ansari-project/ansari-skill","last_synced_at":"2026-03-15T03:26:20.733Z","repository":{"id":335851912,"uuid":"1147261944","full_name":"ansari-project/ansari-skill","owner":"ansari-project","description":"Islamic Knowledge Agent Skill — answers questions about Islam using authentic sources. Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, and Gemini CLI.","archived":false,"fork":false,"pushed_at":"2026-02-03T23:07:14.000Z","size":94,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-06T15:55:25.126Z","etag":null,"topics":["agent-skills","ai-agent","claude","codex","copilot","cursor","gemini","hadith","islamic","quran","skill"],"latest_commit_sha":null,"homepage":null,"language":null,"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/ansari-project.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-01T13:25:00.000Z","updated_at":"2026-02-04T15:22:33.000Z","dependencies_parsed_at":"2026-02-05T09:01:29.537Z","dependency_job_id":null,"html_url":"https://github.com/ansari-project/ansari-skill","commit_stats":null,"previous_names":["ansari-project/ansari-skill"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ansari-project/ansari-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansari-project%2Fansari-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansari-project%2Fansari-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansari-project%2Fansari-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansari-project%2Fansari-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansari-project","download_url":"https://codeload.github.com/ansari-project/ansari-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansari-project%2Fansari-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29193089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["agent-skills","ai-agent","claude","codex","copilot","cursor","gemini","hadith","islamic","quran","skill"],"created_at":"2026-02-03T07:07:48.783Z","updated_at":"2026-03-15T03:26:20.722Z","avatar_url":"https://github.com/ansari-project.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansari — Islamic Knowledge Agent Skill\n\nAn [Agent Skill](https://agentskills.io) that answers questions about Islamic theology, history, ethics, and practice using authentic sources (Quran, Hadith, classical scholars).\n\nWorks with Claude (web, desktop, and Code), GitHub Copilot, OpenAI Codex CLI, Cursor, Gemini CLI, and any platform supporting the [Agent Skills specification](https://agentskills.io/specification).\n\n## Installation\n\n### Claude.ai / Claude Desktop\n\n1. Download [`ansari-skill.zip`](https://github.com/ansari-project/ansari-skill/releases/latest/download/ansari-skill.zip) from the latest release\n2. Open **Settings \u003e Customize \u003e Skills**\n3. Upload the zip file\n4. Toggle the skill on\n\n### Claude Code\n\n```bash\n# Project-level\ncp -r ansari/ .claude/skills/ansari/\n\n# Or user-level (available in all projects)\ncp -r ansari/ ~/.claude/skills/ansari/\n```\n\n### VS Code / GitHub Copilot\n\n```bash\n# Project-level (recommended)\nmkdir -p .github/skills\ncp -r ansari/ .github/skills/ansari/\n\n# Or user-level\nmkdir -p ~/.copilot/skills\ncp -r ansari/ ~/.copilot/skills/ansari/\n```\n\n### OpenAI Codex CLI\n\n```bash\n# Project-level\nmkdir -p .codex/skills\ncp -r ansari/ .codex/skills/ansari/\n\n# Or user-level\nmkdir -p ~/.codex/skills\ncp -r ansari/ ~/.codex/skills/ansari/\n```\n\nRestart Codex after installing. See [Codex Skills docs](https://developers.openai.com/codex/skills/).\n\n### Cursor\n\n```bash\nmkdir -p .cursor/skills\ncp -r ansari/ .cursor/skills/ansari/\n```\n\n### Gemini CLI\n\n```bash\nmkdir -p ~/.gemini/skills\ncp -r ansari/ ~/.gemini/skills/ansari/\n```\n\nEnable skills in Gemini CLI: run `gemini`, type `/settings`, search for \"Skills\", toggle to `true`.\n\n### OpenClaw\n\n```bash\n# Install from ClawHub registry\nclawhub install ansari\n\n# Or manual installation (user-level)\ncp -r ansari/ ~/.openclaw/skills/ansari/\n\n# Or project-level\ncp -r ansari/ skills/ansari/\n```\n\n### Via OpenSkills (universal installer)\n\n```bash\nnpx openskills install ansari-project/ansari-skill\nnpx openskills sync\n```\n\n### Any Agent Skills-compatible platform\n\nCopy the `ansari/` directory into your platform's skills directory. The skill follows the open [Agent Skills specification](https://agentskills.io/specification).\n\n## Upgrading\n\n**Claude.ai / Claude Desktop:** Remove the old skill in **Settings \u003e Customize \u003e Skills**, then upload the new `ansari-skill.zip`.\n\n**All other platforms:** Download the latest [`ansari-skill.zip`](https://github.com/ansari-project/ansari-skill/releases/latest/download/ansari-skill.zip), extract it, and replace your existing `ansari/` directory.\n\n## What It Does\n\nWhen 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.\n\nThe API requires no authentication and no API key.\n\n## Examples\n\n- \"What are the five pillars of Islam?\"\n- \"What does the Quran say about charity?\"\n- \"Explain the concept of Tawheed\"\n- \"What are the conditions for valid prayer?\"\n\n## Links\n\n- [Ansari Chat](https://ansari.chat)\n- [Ansari API Docs](https://api.ansari.chat/docs)\n- [Agent Skills Standard](https://agentskills.io)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansari-project%2Fansari-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansari-project%2Fansari-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansari-project%2Fansari-skill/lists"}