feat: Add /add-telegram skill for Telegram channel support#33
Closed
randomm wants to merge 6 commits intoqwibitai:mainfrom
Closed
feat: Add /add-telegram skill for Telegram channel support#33randomm wants to merge 6 commits intoqwibitai:mainfrom
randomm wants to merge 6 commits intoqwibitai:mainfrom
Conversation
Adds a skill to integrate Parallel AI MCP servers for advanced web research. What it adds: - Quick Search MCP for fast web lookups (free to use) - Task MCP for deep research with scheduler-based polling - Non-blocking design using NanoClaw's scheduler Usage: Run /add-parallel to add this integration to your fork Follows NanoClaw philosophy: - Skills over features - integration is optional via skill - Keeps base codebase lean - Users run /add-parallel on their fork for clean code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Applied the /add-parallel skill to enable Parallel AI on this fork. Changes: - Added PARALLEL_API_KEY to container environment variables - Configured Parallel AI MCP servers (Search & Task) - Added Web Research Tools section to CLAUDE.md - Updated README with Parallel AI integration docs - Improved container build script with Docker fallback - Added ASSISTANT_NAME configuration support This fork now has Parallel AI integrated with: - Quick Search for fast web lookups - Deep Research with scheduler-based polling - Non-blocking design using NanoClaw's scheduler Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
… testing - Add dotenv dependency installation and import guidance - Add bot token validation step using getMe API - Clarify chat ID discovery process with correct index (.result[-1]) - Add service conflict warning for existing launchctl service - Explain message prefix handling (Telegram bots send as themselves) - Add comprehensive privacy model explanation and registered_groups.json format - Include example of multiple registered chats - Add bot naming guidance (anthropomorphic names preferred) - Improve clarity of all prerequisites section
Contributor
Author
|
Closing - PR contained unrelated fork changes. Will resubmit with only the telegram skill. |
jbaruch
pushed a commit
to jbaruch/nanoclaw-public
that referenced
this pull request
Apr 9, 2026
- SOUL.md injected via systemPrompt.append (survives compaction) - Untrusted prompts tagged with <untrusted-input> origin markers - Circuit breaker pauses groups after 5 consecutive failures (30min cooldown) - settings.json writes skipped when content unchanged (prompt cache optimization) - New rules: verification protocol, tone matching, query size limits, post-compaction trust Closes #27, #28, qwibitai#29, qwibitai#31, qwibitai#32, qwibitai#33, qwibitai#34 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kenansun-dev-bot Bot
referenced
this pull request
in kenansun-dev/nanoclaw-github-copilot
Apr 12, 2026
… empty (#33) If ~/.nanoclaw/skills/ is empty, use container/skills/ from the repo. This ensures host mode has access to built-in skills (teams-formatting etc). 344/344 tests pass. Co-authored-by: Kenan VM Claw <vm-claw@kenan.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
/add-telegramskill to enable Telegram as a communication channel for NanoClaw.This addresses the RFS (Request for Skills) item in the README for
/add-telegram.What the Skill Does
When a user runs
/add-telegram, Claude guides them through adding Telegram support with four modes:Why Telegram is a Good Addition
Skill Features
Files Added
.claude/skills/add-telegram/SKILL.md(700+ lines)Testing
The skill was tested end-to-end with "Replace WhatsApp" mode. Issues discovered during testing were fixed:
ASSISTANT_NAME:prefix)