customize

Customize BioClaw agents by editing TypeScript files and configuration settings.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill customize-yf8578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize
Source: https://github.com/yf8578/clawomics/tree/main/skills/customize
Command: npx skills add https://github.com/yf8578/clawomics --skill customize-yf8578

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to extend and modify the BioClaw framework, enabling custom integrations, new communication channels, and personalized assistant behaviors.

Core Features & Use Cases

  • Channel Integration: Add support for new messaging platforms like Telegram, Slack, or email.
  • Behavioral Customization: Modify assistant triggers, personas, and response styles.
  • Integration Expansion: Connect BioClaw with external services such as calendars or databases.
  • Use Case: A user wants to receive BioClaw notifications via SMS. This skill guides them through adding an SMS channel, configuring message routing, and setting up the necessary authentication.

Quick Start

Use the customize skill to add Telegram as a new input channel.

Frequently Asked Questions about customize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Telegram as a new input channel to an agent framework?

Adding an input channel requires directly modifying core TypeScript files and configuration settings within the BioClaw project to establish platform routing and authentication. This process enables the agent framework to receive and process messages from new messaging platforms like Telegram or Slack.

Can I modify assistant personas and trigger patterns in BioClaw?

Modifying assistant personas and trigger patterns is achieved by directly adjusting core TypeScript configuration settings within the BioClaw project. This behavioral customization allows you to personalize response styles and define specific conditions for when the assistant activates.

What is the best way to integrate external services like calendars with a bioinformatics agent?

Integrating external services like calendars requires modifying core TypeScript files to connect the BioClaw framework with external databases or scheduling systems. This integration expansion enables the agent framework to interact dynamically with external services and automate workflows.

Does customizing BioClaw integrations require writing TypeScript code?

Yes, customizing BioClaw integrations requires directly modifying core TypeScript files and adjusting configuration settings within the project. Users must edit these core TypeScript files to implement new channels, modify existing integrations, and adjust assistant behavior.

Why would I need to modify core configuration settings for agent communication channels?

Modifying core configuration settings is necessary to facilitate the integration of messaging services like Slack and email, enabling custom message routing. Adjusting these settings allows the agent framework to support new communication channels and external service connections.