personanexus-board
Add a Historical Figures Advisory Board to AI agent personalities. 10 pre-configured personas inspired by public-domain historical figures for strategic advice.
Why use this skill?
Add a historical advisory board to your OpenClaw agents. Includes 10 pre-configured historical figures for strategic advice and personality mapping.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jcrowan3/personanexus-bodWhat This Skill Does
The PersonaNexus Board of Directors skill is an advanced framework designed to elevate AI agent decision-making by integrating a virtual advisory board composed of historical figures. This skill provides a structured schema for defining board members, their specific roles within an agent's logic, and the engagement rules for how the AI queries them during complex problem-solving. By utilizing the provided historical profiles, developers can infuse their agents with multidisciplinary wisdom, ranging from scientific rigor to philosophical ethics.
Key features include:
- Structured Configuration: Define board members via YAML to ensure consistency and modularity.
- Multi-Target Compilation: Transform your agent identity into system prompts optimized for various platforms like OpenClaw, Anthropic XML, and standard text models.
- Advanced Personality Mapping: Utilize built-in tools to convert psychological frameworks (OCEAN, DISC, Jungian) directly into actionable personality traits.
- Validated Schemas: Built-in validation ensures that all configuration files meet semantic standards before deployment.
Installation
To begin, ensure you have a Python environment ready. Install the core requirements with the following command:
pip install pydantic pyyaml typer rich
Next, install the skill package directly into your OpenClaw environment using the command-line utility:
clawhub install openclaw/skills/skills/jcrowan3/personanexus-bod
Once installed, you can verify your setup by running python -m board_skill --help to view all available commands, including validation tools and configuration exporters.
Use Cases
This skill is perfect for agents operating in high-stakes environments where diverse perspectives are needed. Common use cases include:
- Business Strategy: Creating an advisory panel of great leaders and economists to critique business plans.
- Creative Writing: Using historical figures to provide feedback on narrative consistency or philosophical depth.
- Academic Research: Leveraging experts in scientific discovery to review hypothesis generation.
- Ethical Analysis: Engaging a board with distinct moral frameworks to stress-test agent decisions for bias and ethical soundness.
Example Prompts
- "OpenClaw, consult the board regarding the long-term ethical implications of this expansion plan and summarize the dissenting opinions."
- "Review my current project roadmap, Board. I need insights from the perspective of our historical innovation experts."
- "Based on your current board configuration, which member would be most skeptical of this new marketing strategy and why?"
Tips & Limitations
- Tip: Start with the
board-minimal.yamltemplate before scaling to the full 10-member board to observe how individual personalities alter the agent's tone. - Tip: Use the
personality ocean-to-traitstool to fine-tune your agent's baseline behavior before adding the board members. - Limitation: The quality of the advisory input is highly dependent on the system prompt size limits of your chosen LLM; keep the board size balanced for optimal performance.
- Limitation: Ensure your YAML configurations are validated using the
board_skill validatecommand to avoid unexpected runtime errors during prompt compilation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jcrowan3-personanexus-bod": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
personanexus
Build structured AI agent personalities using OCEAN, DISC, and Jungian frameworks. Define traits, communication styles, guardrails, and compile to system prompts.
personanexus-religion
Extend AI agent personalities with religion, faith, and spiritual frameworks. Define principles, sacred texts, moral frameworks, traditions, and more.