Wiki Knowledge Agent banner
atukunare atukunare

Wiki Knowledge Agent

AI community

Description

Turn chat-pasted text/links into a verified, translated, searchable wiki knowledge base. Ad-detection, translate+summarize, local-first alerts, RAG-ready. Platform-independent AI skill (Hermes/Claude/Codex/Cursor), zero dependencies.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Wiki Knowledge Agent

**🌐 [ν•œκ΅­μ–΄ λ¬Έμ„œ (Korean README)](README.ko.md)**

Turn chat-pasted text/links into a **verified, translated, searchable** wiki knowledge base. Works on any agent platform (Hermes, Claude Code, Codex, Cursor) with **zero external dependencies** β€” just `curl` + Python stdlib.

  • πŸ”Ž Verify links on arrival (HTTP status, redirects) and classify content
  • πŸ“’ Ad detection β€” labels pure ads vs. genuinely useful info (no auto-deletion, provenance kept)
  • 🌐 Translate + summarize into your language (default: the user's native language)
  • πŸ—‚οΈ Save to a wiki inbox with structured metadata
  • πŸ”” Local-first alerts β€” time-sensitive info (security, expiry, project risk) is queued locally and reported in chat; optional webhook/email/ntfy if you add them later
  • πŸ“š RAG-ready β€” agents search the wiki as a knowledge channel, with an auto-maintained topicβ†’file map

Why

Many people paste links/text into chat and expect the AI to remember them. Agents forget; wikis don't. This skill gives agents a **repeatable procedure** for capturing, judging, translating, storing, and surfacing knowledge β€” on any platform, with no SaaS account required.

Requirements

  • Python 3.9+
  • curl (for link verification)
  • A model that can follow the SKILL.md instructions (any capable LLM agent)

Optional: `pyyaml` for config read/write (falls back to a minimal parser/writer without it).

Quickstart

# 1. Clone / copy this repo into your agent's skills directory
#    (or load SKILL.md into your agent's skill folder)

# 2. Run onboarding to create the config
python3 scripts/onboarding.py

Install per agent (skill folder locations)

Agent Install location Notes
Claude Code ~/.claude/skills/wiki-knowledge-agent/ Auto-detected on session start
Hermes ~/.hermes/profiles//skills/note-taking/wiki-knowledge-agent/ Recognized from the next session
Codex CLI