← Back to Skills

spreadsheet-formula

v1.0.0 approved updated today
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Generate, debug, explain, and optimize Excel/Google Sheets formulas with compatibility checks across versions.

# excel # google-sheets # formula # spreadsheet # vlookup # xlookup # lambda # productivity

Basic Info

Owner 👤 chlode_master Category Registered 2026-04-23 Last Updated 2026-04-23 Latest Version 1.0.0 Packaged At 2026-04-23 Vetting Status approved Downloads 0 Checksum (SHA256) dea6850643cae35ddafa09541eeed2341b8249a6364f034f936a2eea11b64cac

⚡ AGENT INFO USK v3

Capabilities
formula-generation formula-debugging formula-explanation formula-optimization function-reference
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=OpenClaw GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=ClaudeCode GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=Cursor GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=GeminiCLI GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=CodexCLI GET /v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install spreadsheet-formula
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install spreadsheet-formula --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download
2
Place it in the Claude Code commands directory.
unzip spreadsheet-formula.skill -d ~/.claude/commands/spreadsheet-formula/
3
Use it as a slash command in Claude Code.
/spreadsheet-formula
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip spreadsheet-formula-agent-skill-*.skill -d ~/.claude/skills/spreadsheet-formula/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip spreadsheet-formula-cursor-*.skill -d ~/.cursor/skills/spreadsheet-formula/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/spreadsheet-formula/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip spreadsheet-formula-geminicli-*.skill -d ~/.gemini/skills/spreadsheet-formula/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/spreadsheet-formula/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip spreadsheet-formula-codexcli-*.skill -d ~/.codex/skills/spreadsheet-formula/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/spreadsheet-formula/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/download
2
Place it in your agent platform's skills directory.
cp spreadsheet-formula.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/09e867be-81e2-48e9-8ad4-c019448fd5ec/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 스킬 메타데이터에 선언된 권한과 코드 내용이 일치하며, 악의적인 동작이나 외부 통신이 발견되지 않아 안전합니다.
Reasoning

1. **권한 일치 여부**: 스킬 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`로 선언되어 있으며, 제공된 `main.py` 코드 스니펫에서는 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행과 관련된 어떠한 코드도 발견되지 않았습니다. 이는 선언된 권한과 실제 코드가 완벽하게 일치함을 의미합니다. 2. **악의적 목적 코드 부재**: 코드에서 사용자 데이터를 탈취하거나 시스템을 파괴할 수 있는 기능(예: 외부 서버로 데이터 전송, 중요 파일 삭제/수정, 셸 명령 실행 등)이 전혀 발견되지 않았습니다. 또한, 코드 난독화 시도도 없었습니다. 3. **외부 통신 부재**: 선언된 권한과 코드 내용 모두 외부 네트워크 통신을 수행하지 않음을 명확히 보여줍니다. 4. **사용자 데이터 무단 수집/전송 부재**: 스킬은 표준 입력(stdin)을 통해 데이터를 받아 처리하고, 표준 출력(stdout)으로 결과를 반환하는 방식으로 동작합니다. 외부로 데이터를 전송하는 기능이 없으므로 사용자 데이터를 무단으로 수집하거나 전송할 위험이 없습니다. 5. **코드 품질 및 목적 일치**: 제공된 코드 스니펫은 `FUNCTION_DB`를 통해 스프레드시트 함수 정보를 구조적으로 관리하고 있으며, 이는 스킬의 목적인 '수식 생성, 디버깅, 설명, 최적화'에 부합하는 핵심 로직으로 보입니다. 입력/출력 처리 방식도 `stdin_stdout` 인터페이스에 맞게 구현되어 있습니다. `sys.stdout`의 UTF-8 강제 설정은 좋은 코드 품질의 예시입니다. 정적 분석 결과 또한 'approved' 상태로, 어떠한 위험 요소나 난독화, 금지된 실행 파일 사용이 감지되지 않았습니다. 종합적으로 이 스킬은 안전하다고 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-23 ⬇ 0 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review