← Back to Skills Marketplace
solar-delegation
by
upstage-deployment
· GitHub ↗
· v1.0.0
270
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solar-delegation
Description
Delegate longer user-facing text generation to Upstage Solar Pro3 while keeping the primary model for planning and tool calls. Use when drafting explanations...
Usage Guidance
This skill appears to do what it says (delegate long-form generation to Upstage Solar via OpenRouter) but the package metadata fails to declare the API keys and config changes it needs. Before installing: (1) confirm you or an admin are willing to add an OpenRouter provider and store its API key in your gateway config (and understand where/how keys are stored), (2) verify the OpenRouter domain (https://openrouter.ai) is the intended endpoint, (3) ensure the skill will not be given broader credentials than needed (don’t reuse admin secrets unnecessarily), (4) ask the skill author/registry maintainer to update metadata to declare required env vars/credentials and document exactly what gateway config changes are required, and (5) consider limiting delegation to specific sessions or setting a conservative default threshold until you’ve tested behavior. If you cannot verify those points, treat the metadata omission as a red flag and do not enable this skill in production systems.
Capability Analysis
Type: OpenClaw Skill
Name: solar-delegation
Version: 1.0.0
The skill bundle is benign. It describes a legitimate delegation mechanism for AI agents to offload long text generation to a specialized model (Upstage Solar Pro3 via OpenRouter). The `SKILL.md` instructions for the agent are clear, focused on its stated purpose, and notably include a critical safeguard: `중요: 도구(tool)를 사용하지 말고 텍스트만 바로 출력해줘. 파일 읽기/쓰기 등 도구 호출 금지.` (Important: Do not use tools, just output text directly. Prohibit tool calls like file read/write.), which actively mitigates prompt injection risks against the delegated model. The `references/setup-guide.md` provides standard configuration steps for OpenClaw. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
The skill's stated purpose (route long user-facing text to Upstage Solar Pro3 while keeping the primary model for planning/tool calls) matches the runtime instructions: estimating token length, checking session enablement, and spawning a Solar Pro3 session via sessions_spawn. Requesting an OpenRouter provider and configuring Solar in the gateway is consistent with that purpose.
Instruction Scope
SKILL.md stays on task: estimate output tokens, check session enablement, spawn Solar, and forward results. It also instructs keeping orchestration minimal and to include a 'no tool call' instruction in spawn requests. However, the instructions explicitly require modifying persistent memory/config (storing thresholds and per-session enablement) and gateway provider config (adding OpenRouter + API key). Those are broader actions than simple runtime behavior and should be surfaced in metadata/permissions.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so it does not write or execute new artifacts on disk by itself. That lowers installation risk; however, it directs manual edits to the gateway config and restarting the gateway, which are outside the skill bundle and require administrator action.
Credentials
The SKILL.md and setup guide require an OpenRouter API key (sk-or-...) and reference a primary model API key, but the registry metadata lists no required environment variables or primary credential. This mismatch is significant: the skill will not function without adding provider credentials to the gateway, and those credentials are not declared in the skill metadata for user review.
Persistence & Privilege
The skill does not request always:true or autonomous-only elevation, but its setup instructions call for persistent changes: adding a provider to gateway config, storing API keys in that config, and writing delegation policy to persistent memory. Those changes are legitimate for this feature but are system-wide and should be made knowingly and securely by an admin.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solar-delegation - After installation, invoke the skill by name or use
/solar-delegation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Initial release of solar-delegation**
- Enables automatic delegation of long-form text generation to Upstage Solar Pro3, triggered by session settings and output token threshold.
- Provides configurable thresholds to control when delegation occurs (default: 200 tokens).
- Supports selective delegation based on session (e.g., main, Slack, Telegram).
- Includes clear guidelines and fallback for when Solar Pro3 is unavailable or times out.
- Ensures Solar’s output is passed through directly without extra formatting or metadata.
- Allows users to modify delegation settings (thresholds, enabled sessions) dynamically.
Metadata
Frequently Asked Questions
What is solar-delegation?
Delegate longer user-facing text generation to Upstage Solar Pro3 while keeping the primary model for planning and tool calls. Use when drafting explanations... It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.
How do I install solar-delegation?
Run "/install solar-delegation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is solar-delegation free?
Yes, solar-delegation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does solar-delegation support?
solar-delegation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created solar-delegation?
It is built and maintained by upstage-deployment (@upstage-deployment); the current version is v1.0.0.
More Skills