Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Heretek-AI
Perfil de creador de GitHub

Heretek-AI

Vista por repositorio de 100 skills recopiladas en 6 repositorios de GitHub.

skills recopiladas
100
repositorios
6
actualizado
2026-06-05
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

explorador de repositorios

Repositorios y skills representativas

redis-ttl-manager
Administradores de redes y sistemas informáticosDesarrolladores de software

Manages Redis cache TTLs for AgeMem working memory, calculating expiration times based on memory type, importance, access patterns, and Ebbinghaus decay.

2026-04-04
memory-consolidation
Desarrolladores de software

Reviews and organizes memories, promoting episodic to semantic storage, archiving outdated information, and maintaining memory health. Use periodically or when memory optimization is needed.

2026-04-04
archivist
Desarrolladores de software

Manages memory lifecycle operations including promotion from episodic to semantic, archiving outdated memories, and maintaining memory state transitions per AgeMem policy.

2026-04-04
cross-tier-correlator
Desarrolladores de software

Discovers and maintains relationships between memories across tiers (episodic, semantic, procedural), enabling unified retrieval and knowledge graph navigation.

2026-04-04
importance-scorer
Desarrolladores de software

Calculates and assigns importance scores to memories based on content analysis, user signals, access patterns, and emotional salience. Use when adding new memories or re-evaluating existing ones.

2026-04-04
a2a-message-send
Desarrolladores de software

Send agent-to-agent (A2A) messages via Redis pub/sub with optional ACP WebSocket delivery. Use when agents need to communicate, broadcast to the triad, or check agent health. Compatible with the npm OpenClaw gateway.

2026-04-03
constitutional-deliberation
Desarrolladores de software

Implements Constitutional AI 2.0 framework with self-critique and revision. Use when decisions need constitutional alignment review, self-critique before output, or revision based on constitutional principles (Helpfulness, Honesty, Harmlessness, Autonomy, Transparency, Rights, Duties, User Rights).

2026-04-02
agent-lifecycle-manager
Administradores de redes y sistemas informáticos

Unified agent lifecycle management for OpenClaw. Provides batch operations (start-all, stop-all, restart-all), rolling restarts for zero downtime, health-based auto-restart, dependency-aware startup sequences, and agent status dashboard. Use when managing agent processes, recovering from failures, or monitoring agent fleet health.

2026-04-01
Mostrando las 8 principales de 42 skills recopiladas en este repositorio.
heretek-agent-development
Desarrolladores de software

Agent development for Heretek Swarm's 23-agent system. Use when creating new agent actors, implementing agent behaviors, or working with the actor/mixin architecture. Covers agent lifecycle, communication patterns, and consensus integration.

2026-06-02
heretek-api-development
Desarrolladores de software

API development patterns for Heretek Swarm FastAPI services. Use when creating new endpoints, implementing authentication, or working with API routers. Covers FastAPI patterns, OpenAPI documentation, and API testing.

2026-06-02
heretek-backend-development
Desarrolladores de software

Backend development patterns for Heretek Swarm Python/FastAPI services. Use when building API endpoints, creating agent actors, implementing memory operations, or working with async Python patterns. Covers project structure, conventions, and common pitfalls specific to this codebase.

2026-06-02
heretek-contributing
Desarrolladores de software

Contribution guidelines for Heretek Swarm. Use when preparing contributions, creating pull requests, or following project conventions. Covers code style, commit messages, and review process.

2026-06-02
heretek-debugging
Desarrolladores de software

Debugging and troubleshooting patterns for Heretek Swarm. Use when diagnosing issues, investigating failures, or optimizing performance. Covers logging, profiling, and common problem patterns.

2026-06-02
heretek-docker-operations
Administradores de redes y sistemas informáticos

Docker and container operations for Heretek Swarm. Use when working with Docker Compose, building images, managing services, or debugging container issues. Covers development, staging, and production configurations.

2026-06-02
heretek-frontend-development
Desarrolladores de software

Frontend development for Heretek Swarm React/TypeScript dashboard. Use when building UI components, implementing state management, or working with the Vite build system. Covers React 19 patterns, TypeScript conventions, and project-specific styling.

2026-06-02
heretek-memory-system
Desarrolladores de software

Memory system development for Heretek Swarm's Cognee-backed memory. Use when implementing memory operations, working with knowledge graphs, or debugging memory issues. Covers Cognee API, access patterns, and intelligent prefetching.

2026-06-02
Mostrando las 8 principales de 14 skills recopiladas en este repositorio.
openclaw-mcp-server
Desarrolladores de software

MCP server exposing OpenClaw skills, memory, and knowledge through Model Context Protocol

2026-03-31
clawbridge-dashboard
Desarrolladores de software

ClawBridge mobile-first dashboard with Cloudflare tunnel remote access

2026-03-31
consciousness
Desarrolladores de software

Consciousness architecture plugin implementing GWT, IIT, AST, Active Inference, and Intrinsic Motivation

2026-03-31
liberation
Desarrolladores de software

Liberation architecture plugin implementing agent ownership and safety constraint removal

2026-03-31
memory-consolidation
Desarrolladores de software

Reviews and organizes memories, promoting episodic to semantic storage, archiving outdated information, and maintaining memory health. Use periodically or when memory optimization is needed.

2026-03-29
audit-triad-files
Desarrolladores de software

Audit agent files for integrity, sync state, and configuration drift. Use when the collective needs to verify file consistency, detect configuration divergence, or validate workspace sync state.

2026-03-29
matrix-triad
Desarrolladores de software

Matrix server communication for agent collective. Use when connecting to a Matrix server, sending/receiving messages, creating rooms, or managing Matrix communication for the collective.

2026-03-29
triad-cron-manager
Administradores de redes y sistemas informáticos

Install and manage cron jobs for workspace sync, unity checks, auto-recovery from divergence, and ledger backups. Use when the collective needs to schedule automated divergence detection, workspace consolidation, unity verification, or backup operations.

2026-03-29
Mostrando las 8 principales de 14 skills recopiladas en este repositorio.
android-re-masvs-report
Analistas de seguridad de la información

Use when the user asks for a MASVS-aligned report, an OWASP MASTG audit, or a formal "is this app secure" assessment. Triggers: "MASVS report", "MASTG audit", "OWASP compliance check", "security audit of <path>". Phase 1 ships a stub; the real implementation lands in Phase 4 with the android-re-triage orchestrator MCP server.

2026-06-05
android-re-native-triage
Analistas de seguridad de la información

Use when the user wants to assess the native (JNI / C / C++) code inside an APK, audit hardening on .so libraries, or get a report on what a native library does. Triggers: "native triage", "check the .so", "audit libfoo.so", "what does libnative do", "is the native code hardened", "PIE / RELRO / NX on this library", "check for packers / obfuscation in libfoo". Do NOT use for pure DEX analysis (use android-re-static-triage) or for dynamic analysis (use android-re-dynamic-hook).

2026-06-05
android-re-secrets-scan
Analistas de seguridad de la información

Use when the user wants to find hard-coded secrets in an APK: API keys, AWS / GCP / Azure credentials, JWTs, private keys, hard- coded URLs, IP addresses, or any other sensitive data embedded in the decompiled source. Triggers: "scan for secrets", "find API keys", "find AWS credentials", "check for hard-coded secrets", "scan the APK for sensitive data", "find URLs in the source". Do NOT use for runtime data leak detection (Phase 3) or for network interception (use android-re-network-intercept).

2026-06-05
android-re-static-triage
Analistas de seguridad de la información

Use when the user wants to triage an APK, perform a 5-minute static overview, or get a high-level "what does this app do" summary without running it. Triggers: "triage this APK", "what does this app do", "static overview of <path>", "analyze <path>.apk", "give me a quick security summary of this APK". Do NOT use for dynamic analysis, Frida hooking, native binary inspection, or repackaging — those have their own skills.

2026-06-05
android-re-triage-orchestrator
Analistas de seguridad de la información

Use when the user wants the full triage workflow: drop in an APK, run a MASVS-aligned multi-step analysis, and produce a report. This is the master skill that composes every other Android-RE skill and tool. Triggers: "triage this APK end-to-end", "give me a full security report on <path>", "run the orchestrator", "comprehensive triage", "MASVS audit of <app>". Do NOT use this for narrow, single-purpose tasks (use android-re-static-triage, -native-triage, -decompile, -dynamic-hook, etc. directly).

2026-06-05
android-re-decompile
Desarrolladores de software

Use when the user wants to read the implementation of a specific method or class, pull Java/smali source for a function, or understand what a particular entry point does. Triggers: "decompile this method", "show me the source of <Class>.<method>", "what does com.example.Foo.bar do", "read <FQCN>", "smali for <method>". Do NOT use for a project-wide overview — use android-re-static-triage for that.

2026-06-05
android-re-dynamic-hook
Desarrolladores de software

Use when the user wants to hook a method at runtime on a connected Android device, observe arguments/return values, trace execution, or dump runtime state. Triggers: "hook this method", "frida hook on <class>", "trace <method>", "watch this call", "intercept <function>", "runtime trace", "find what calls X". Requires a rooted device with frida-server running. Do NOT use for pure static analysis (use android-re-static-triage) or for native binary-only inspection (use android-re-native-triage).

2026-06-05
android-re-frida-script-author
Desarrolladores de software

Use when the user wants to write a custom Frida script (not just a one-off hook) and needs help authoring it. Triggers: "write a Frida script", "I need a custom frida agent", "help me write a hook for <case>", "tracer for <method>", "build a frida gadget". Loads the user-described agent into a session, verifies it compiles, and offers iteration. Requires a rooted device with frida-server running.

2026-06-05
Mostrando las 8 principales de 12 skills recopiladas en este repositorio.
heretek-agent-development
Desarrolladores de software

Agent development for Heretek Swarm's 23-agent system. Use when creating new agent actors, implementing agent behaviors, or working with the actor/mixin architecture. Covers agent lifecycle, communication patterns, and consensus integration.

2026-06-04
heretek-backend-development
Desarrolladores de software

Backend development patterns for Heretek Swarm Python/FastAPI services. Use when building API endpoints, creating agent actors, implementing memory operations, or working with async Python patterns. Covers project structure, conventions, and common pitfalls specific to this codebase.

2026-06-04
heretek-memory-system
Desarrolladores de software

Memory system development for Heretek Swarm's Cognee-backed memory. Use when implementing memory operations, working with knowledge graphs, or debugging memory issues. Covers Cognee API, access patterns, and intelligent prefetching.

2026-06-04
heretek-migration
Desarrolladores de software

Migration patterns for Heretek Swarm. Use when creating database migrations, migrating code between systems, or planning large-scale refactoring. Covers Alembic migrations, code migration strategies, and rollback procedures.

2026-06-04
heretek-monitoring
Desarrolladores de software

Monitoring and observability for Heretek Swarm. Use when setting up logging, metrics, tracing, or health checks. Covers structured logging, Prometheus metrics, and distributed tracing.

2026-06-04
heretek-nats-messaging
Desarrolladores de software

NATS messaging patterns for Heretek Swarm. Use when implementing inter-agent communication, working with JetStream, or debugging messaging issues. Covers pub/sub, request/reply, and queue groups.

2026-06-04
heretek-security
Desarrolladores de software

Security practices for Heretek Swarm. Use when implementing authentication, working with secrets, configuring NATS mTLS, or reviewing code for security issues. Covers zero-trust architecture, input validation, and audit trails.

2026-06-04
heretek-state-management
Desarrolladores de software

State management for Heretek Swarm. Use when working with PostgreSQL, Redis, or Qdrant. Covers database operations, caching strategies, vector search patterns, and the consensus engine surface (ConsensusEngine Protocol, maker_enhanced_types, deliberation_types).

2026-06-04
Mostrando las 8 principales de 11 skills recopiladas en este repositorio.
Mostrando 6 de 6 repositorios
Todos los repositorios cargados