← Back to Skills Marketplace
89
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-conjure-gemini-delegation
Description
Gemini CLI delegation workflow implementing delegation-core for Google's
Usage Guidance
This skill is instruction-only and will make your agent run the 'gemini' CLI with file-inclusion patterns. Before installing: 1) Confirm you have the gemini CLI and that the publisher explicitly lists it as a required binary (the registry currently does not). 2) Treat GEMINI_API_KEY as sensitive — the SKILL.md references it but it isn't declared in metadata; avoid exposing production or high-privilege keys. 3) Be careful with prompts that include '@path' or globs: they can cause local files (including secrets) to be sent to Gemini. 4) Verify any referenced local hooks (e.g., ~/conjure/hooks/gemini/status.sh) so you know what they do. If you want higher assurance, ask the publisher to (a) declare the gemini binary and required env vars in metadata, (b) document exactly which files the skill will read/send, and (c) provide a minimal example using a temporary/limited test key before granting access to real credentials.
Capability Analysis
Type: OpenClaw Skill
Name: nm-conjure-gemini-delegation
Version: 1.0.0
The skill bundle provides a legitimate workflow for delegating tasks to the Gemini CLI. It includes standard instructions for authentication, quota management, and command execution using the 'gemini' utility. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions and modules (SKILL.md and gemini-specifics.md) are consistent with the stated purpose of providing a CLI interface for Google's Gemini models.
Capability Assessment
Purpose & Capability
The skill's name and description describe Gemini CLI delegation and the SKILL.md implements that flow, which is coherent. However the registry metadata declares no required binaries while the runtime instructions assume the 'gemini' CLI is installed and authenticated — a mismatch that should have been declared. The declared config path 'night-market.delegation-core' is consistent with the described delegation-core integration.
Instruction Scope
SKILL.md instructs the agent to run gemini CLI commands that include file-inclusion patterns (e.g. @path, @src/**/*.py) and to run auth/status commands. That means at runtime the agent may read and send local file contents to Gemini. It also references a local hook script (~/conjure/hooks/gemini/status.sh). The instructions mention an environment variable (GEMINI_API_KEY) and interactive auth flows not declared in metadata. These behaviors expand scope beyond a simple 'formatter' and could lead to exfiltration of sensitive local data if used carelessly.
Install Mechanism
No install spec and no code files are included (instruction-only). This minimizes direct code-install risk; nothing will be downloaded or written by an installer. Runtime risk comes from executing local CLI commands described in the instructions, not from an installer.
Credentials
Registry metadata declares no required environment variables or primary credential, but the instructions explicitly show using GEMINI_API_KEY and commands like 'gemini auth login'. The omitted declaration of this credential is an inconsistency: the skill will realistically need a Gemini API key or an authenticated CLI to work. The single declared config path (night-market.delegation-core) is reasonable for integration, but the missing env declaration reduces transparency.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent presence. It does not modify other skills or system-wide config in the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-conjure-gemini-delegation - After installation, invoke the skill by name or use
/nm-conjure-gemini-delegation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of gemini-delegation skill, providing Gemini CLI delegation workflow based on delegation-core.
- Supports Gemini-specific authentication, quota management, and command execution.
- Includes guidance for installation, verification, and common command patterns.
- Integrates shared modules for authentication, quota, usage logging, and error handling.
- Designed for use cases needing Gemini's large context window and batch processing capabilities.
Metadata
Frequently Asked Questions
What is Nm Conjure Gemini Delegation?
Gemini CLI delegation workflow implementing delegation-core for Google's. It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install Nm Conjure Gemini Delegation?
Run "/install nm-conjure-gemini-delegation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Conjure Gemini Delegation free?
Yes, Nm Conjure Gemini Delegation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Conjure Gemini Delegation support?
Nm Conjure Gemini Delegation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Conjure Gemini Delegation?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills