Commit Graph

14 Commits

Author SHA1 Message Date
d4ae2613b6 Update documentation: Remove claims about pre-configured Moltbook API key (v1.0.5)
- Fixed README.md 'API key is pre-configured' claim
- Fixed scripts/MOLTBOOK_POST.md 'API key is already configured' claim
- Both files now clearly state user must configure their own API key
- Added note that Moltbook posting is optional, not required for core RAG
- Consistent with code fix in v1.0.5 removing hard-coded credential
2026-02-13 15:20:28 +00:00
258f45508c Security fix: Remove hard-coded Moltbook API key (v1.0.5)
- Removed embedded API key from scripts/moltbook_post.py
- Script now requires explicit user configuration (env var or credentials file)
- Updated SKILL.md to clarify API key must be configured
- Core RAG functionality unaffected - fully local, no dependencies
- Addresses ClawHub security scan finding about embedded credentials
2026-02-13 15:19:49 +00:00
13717f16e5 Fix hard-coded paths in launch_rag_agent.sh (v1.0.4)
- Replaced /home/william/.openclaw/workspace/rag with dynamic path
- Replaced /home/william/.local/bin/openclaw with PATH resolution
- Script now portable across different user environments
- Addresses security scan findings from clawhub.com
2026-02-13 14:51:09 +00:00
23036bfc8a Add Moltbook posting integration
- Add moltbook_post.py script for posting to Moltbook
- Add MOLTBOOK_POST.md documentation
- Update SKILL.md with Moltbook section
- Update README.md with Moltbook integration
- Support posting from files or direct text
- Handle rate limits gracefully
2026-02-12 18:47:26 +00:00
95e1b37927 Add GitHub Pages landing page
- Obsidian dark theme design
- Links to ClawHub, GitHub, and william.mantly.vip
- Feature comparison with web-search RAG tools
- Responsive layout with terminal UI preview
2026-02-12 18:13:12 +00:00
3c9cee28d7 v1.0.3: Fix hard-coded paths, address security scan feedback
- Replace all absolute paths with dynamic resolution
- Add path portability and network behavior documentation
- Verify no custom network calls in codebase
- Update version to 1.0.3
v1.0.3
2026-02-12 16:59:33 +00:00
448a000c24 Bump version to 1.0.2 v1.0.2 2026-02-12 14:27:55 +00:00
57d6d81da2 Update CHANGELOG for v1.0.2: ClawHub compatibility, security docs, cron fixes 2026-02-12 14:27:33 +00:00
97649d7c7f Add YAML front matter with description, security notes, and auto-update script 2026-02-12 14:22:32 +00:00
f81c8b1e70 Release v1.0.1: Add metadata, changelog, and license
- Bump version to 1.0.1
- Add CHANGELOG.md entry for v1.0.1 (documentation and metadata additions)
- Add package.json with OpenClaw skill metadata
- Explicitly declares NO required environment variables (fully local)
- Add LICENSE (MIT)
- Enhanced documentation transparency for security best practices
2026-02-11 16:49:56 +00:00
66ce8fd943 Add LICENSE, package.json, CHANGELOG, and enhance documentation
- Add MIT License
- Add package.json with OpenClaw skill metadata
  - Explicitly declares NO required environment variables (fully local)
  - Documents data storage path: ~/.openclaw/data/rag/
  - Includes installation steps and available scripts
- Add CHANGELOG.md with version history (v1.0.0)
- Update README.md to:
  - Clarify no API keys required (fully local system)
  - Add documentation files section
  - Reference CHANGELOG, LICENSE, package.json
- Addresses security scanner best practices for transparency
2026-02-11 16:37:24 +00:00
0c2f98004a Add automatic daily RAG updates + cron job integration 2026-02-11 15:58:48 +00:00
3a46dfdff9 Add automatic context checker for RAG integration 2026-02-11 04:09:28 +00:00
b272748209 Initial commit: OpenClaw RAG Knowledge System
- Full RAG system for OpenClaw agents
- Semantic search across chat history, code, docs, skills
- ChromaDB integration (all-MiniLM-L6-v2 embeddings)
- Automatic AI context retrieval
- Ingest pipelines for sessions, workspace, skills
- Python API and CLI interfaces
- Document management (add, delete, stats, reset)
2026-02-11 03:47:38 +00:00