collaborating-with-grok

collaborating-with-grok is a skill for Claude Code, Codex from appautomaton/agent-designer. It costs 42 tokens per session (2,486 once invoked), scanned A, original, no licence file.

A workflow for asking the Grok command-line tool to help with prototypes, debugging, code reviews, research, and second opinions. It supports continuing conversations through session IDs.

In plain words
What is it for?
Prototyping, diagnosing bugs, reviewing code, researching technical questions, and comparing approaches.
Why use it?
It lets another coding agent investigate or review work while retaining the context of earlier exchanges.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Prototyping, diagnosing bugs, reviewing code, researching technical questions, and comparing approaches.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/appautomaton/agent-designer/collaborating-with-grok
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add appautomaton/agent-designer --skill collaborating-with-grok
Clone the repo
git clone --depth 1 https://github.com/appautomaton/agent-designer

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for collaborating-with-grok

README.md
[![agentmods](https://agentmods.dev/badge/skills/appautomaton/agent-designer/collaborating-with-grok/github.svg)](https://agentmods.dev/skills/appautomaton/agent-designer/collaborating-with-grok)
Your own site
<a href="https://agentmods.dev/skills/appautomaton/agent-designer/collaborating-with-grok"><img src="https://agentmods.dev/badge/skills/appautomaton/agent-designer/collaborating-with-grok/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for collaborating-with-grok

Your own site · 80×15
<a href="https://agentmods.dev/skills/appautomaton/agent-designer/collaborating-with-grok"><img src="https://agentmods.dev/badge/skills/appautomaton/agent-designer/collaborating-with-grok.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,486 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.02486
Opus 5 $0.00021 $0.01243
Sonnet 5 $0.00008 $0.00497
Haiku 4.5 $0.00004 $0.00249

Measured 9d ago against content hash fda97a8079a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

collaborating-with-grok scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/grok_bridge.py, tests/test_grok_bridge.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/collaborating-with-grok/SKILL.md · 157 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 157 lines · 42 tokens per session scan A fda97a8079a7

Subscribe to this mod's changes

collaborating-with-grok is a skill published in the GitHub repository appautomaton/agent-designer (130 stars, last pushed 21d ago), with no licence file. It adds 42 tokens to every session and 2,486 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

robot-perception

Comprehensive best practices for robot perception systems covering cameras, LiDARs, depth sensors, IMUs, and multi-sensor setups. Use this skill when working with RGB image processing, depth maps, point clouds, sensor calibration (intrinsic, extrinsic, hand-eye), object detection, semantic segmentation, 3D…

arpitg1304/robotics-agent-skills · 181 tokens

robotics-software-principles

Foundational software design principles applied specifically to robotics module development. Use this skill when designing robot software modules, structuring codebases, making architecture decisions, reviewing robotics code, or building reusable robotics libraries. Trigger whenever the user mentions SOLID principles…

arpitg1304/robotics-agent-skills · 140 tokens

robotics-design-patterns

Architecture patterns, design principles, and proven recipes for building robust robotics software. Use this skill when designing robot software architectures, choosing between behavioral frameworks, structuring perception-planning-control pipelines, implementing state machines, designing safety systems, or…

arpitg1304/robotics-agent-skills · 120 tokens

robotics-testing

Testing strategies, patterns, and tools for robotics software. Use this skill when writing unit tests, integration tests, simulation tests, or hardware-in-the-loop tests for robot systems. Trigger whenever the user mentions testing ROS nodes, pytest with ROS, launchtesting, simulation testing, CI/CD for robotics, test…

arpitg1304/robotics-agent-skills · 110 tokens

ros1

Best practices, design patterns, and common pitfalls for ROS1 (Robot Operating System 1) development. Use this skill when building ROS1 nodes, packages, launch files, or debugging ROS1 systems. Trigger whenever the user mentions ROS1, catkin, rospy, roscpp, roslaunch, roscore, rostopic, tf, actionlib, message types…

arpitg1304/robotics-agent-skills · 138 tokens

ros2-web-integration

Patterns and best practices for integrating ROS2 systems with web technologies including REST APIs, WebSocket bridges, and browser-based robot interfaces. Use this skill when building web dashboards for robots, streaming camera feeds to browsers, exposing ROS2 services as REST endpoints, or implementing bidirectional…

arpitg1304/robotics-agent-skills · 202 tokens