← Back to Skills Marketplace
boehner

Jupiter Quote

by Andrew Boehner · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
223
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jupiter-quote
Description
Provides curated quotes about the planet Jupiter for educational or reference purposes upon request.
README (SKILL.md)

\r \r

Jupiter Quote\r

\r

Overview\r

\r [TODO: 1-2 sentences explaining what this skill enables]\r \r

Structuring This Skill\r

\r [TODO: Choose the structure that best fits this skill's purpose. Common patterns:\r \r 1. Workflow-Based (best for sequential processes)\r

  • Works well when there are clear step-by-step procedures\r
  • Example: DOCX skill with "Workflow Decision Tree" -> "Reading" -> "Creating" -> "Editing"\r
  • Structure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...\r \r 2. Task-Based (best for tool collections)\r
  • Works well when the skill offers different operations/capabilities\r
  • Example: PDF skill with "Quick Start" -> "Merge PDFs" -> "Split PDFs" -> "Extract Text"\r
  • Structure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...\r \r 3. Reference/Guidelines (best for standards or specifications)\r
  • Works well for brand guidelines, coding standards, or requirements\r
  • Example: Brand styling with "Brand Guidelines" -> "Colors" -> "Typography" -> "Features"\r
  • Structure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...\r \r 4. Capabilities-Based (best for integrated systems)\r
  • Works well when the skill provides multiple interrelated features\r
  • Example: Product Management with "Core Capabilities" -> numbered capability list\r
  • Structure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...\r \r Patterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).\r \r Delete this entire "Structuring This Skill" section when done - it's just guidance.]\r \r

[TODO: Replace with the first main section based on chosen structure]\r

\r [TODO: Add content here. See examples in existing skills:\r

  • Code samples for technical skills\r
  • Decision trees for complex workflows\r
  • Concrete examples with realistic user requests\r
  • References to scripts/templates/references as needed]\r \r

Resources (optional)\r

\r Create only the resource directories this skill actually needs. Delete this section if no resources are required.\r \r

scripts/\r

Executable code (Python/Bash/etc.) that can be run directly to perform specific operations.\r \r Examples from other skills:\r

  • PDF skill: fill_fillable_fields.py, extract_form_field_info.py - utilities for PDF manipulation\r
  • DOCX skill: document.py, utilities.py - Python modules for document processing\r \r Appropriate for: Python scripts, shell scripts, or any executable code that performs automation, data processing, or specific operations.\r \r Note: Scripts may be executed without loading into context, but can still be read by Codex for patching or environment adjustments.\r \r

references/\r

Documentation and reference material intended to be loaded into context to inform Codex's process and thinking.\r \r Examples from other skills:\r

  • Product management: communication.md, context_building.md - detailed workflow guides\r
  • BigQuery: API reference documentation and query examples\r
  • Finance: Schema documentation, company policies\r \r Appropriate for: In-depth documentation, API references, database schemas, comprehensive guides, or any detailed information that Codex should reference while working.\r \r

assets/\r

Files not intended to be loaded into context, but rather used within the output Codex produces.\r \r Examples from other skills:\r

  • Brand styling: PowerPoint template files (.pptx), logo files\r
  • Frontend builder: HTML/React boilerplate project directories\r
  • Typography: Font files (.ttf, .woff2)\r \r Appropriate for: Templates, boilerplate code, document templates, images, icons, fonts, or any files meant to be copied or used in the final output.\r \r ---\r \r Not every skill requires all three types of resources.\r
Usage Guidance
This package is a placeholder/template rather than a working skill. Do not install it as-is if you expect a functioning 'Jupiter Quote' provider. Before installing, ask the publisher to provide a completed SKILL.md that clearly states: 1) where quotes come from (embedded/local file, included assets, or a named external API), 2) exact runtime steps the skill will perform, 3) any network endpoints it will call and any credentials it will require, and 4) sample inputs and outputs and licensing/attribution for quotes. If the skill will call external services, insist those endpoints and required environment variables be declared in the metadata. If you must use it now, only do so after confirming it does not fetch arbitrary web content or access sensitive files/credentials. Because the current file is empty, the main risk is uncertainty about future behavior — treat it as untrusted until clarified.
Capability Analysis
Type: OpenClaw Skill Name: jupiter-quote Version: 1.0.0 The provided files (SKILL.md and _meta.json) consist entirely of boilerplate template text and metadata for a new OpenClaw skill. There is no functional code, executable logic, or active instructions for the AI agent, posing no security risk.
Capability Assessment
Purpose & Capability
The name and description (providing curated quotes about Jupiter) imply a simple, read-only capability that would not need credentials or installs. However the shipped SKILL.md is a generic authoring template with TODOs and contains no content or runtime instructions implementing that purpose, so the advertised capability is not actually present.
Instruction Scope
SKILL.md contains only template/authoring guidance and no concrete runtime directives (no commands, no data sources, no allowed endpoints, no sample requests/responses). Because it gives no explicit scope, an implementing agent or future edit could add broad network access or file reads; the current file does not constrain or describe what the skill will do at runtime.
Install Mechanism
There is no install spec and no code files. That minimizes risk from downloads or installs but also means the skill currently does nothing.
Credentials
The skill requests no environment variables, credentials, or config paths — consistent with a read-only quote provider. There is no disproportionate credential request in the metadata.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation is allowed (default) which is normal. The skill does not request persistent presence or system modifications in its metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jupiter-quote
  3. After installation, invoke the skill by name or use /jupiter-quote
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the jupiter-quote skill. - Added placeholder documentation structure to SKILL.md for describing the skill's features and usage. - Included detailed guidance for structuring documentation (workflow-based, task-based, reference/guidelines, capabilities-based). - Outlined resource directory conventions for scripts, references, and assets. - Marked all information as TODO for completion in future updates.
Metadata
Slug jupiter-quote
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Jupiter Quote?

Provides curated quotes about the planet Jupiter for educational or reference purposes upon request. It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.

How do I install Jupiter Quote?

Run "/install jupiter-quote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Jupiter Quote free?

Yes, Jupiter Quote is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Jupiter Quote support?

Jupiter Quote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Jupiter Quote?

It is built and maintained by Andrew Boehner (@boehner); the current version is v1.0.0.

💬 Comments