Install
$ agentstack add skill-b2bforce-b2bforce-firm-context ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Firm Context
Hub skill for B2BForce. Establishes who the firm is before any other workflow runs.
When to Use
- New B2BForce workspace — first task after clone
- User says "set up my firm", "fill firm context", "onboard"
- Another skill fails because
workspace/firm/profile.mdis missing or incomplete - User updates positioning, services, ICP, or competitor list
Before You Start
- Read [docs/SETUP-PROMPT.md](../../docs/SETUP-PROMPT.md) for full bootstrap flow.
- Use
workspace/firm/profile.mdas the primary context file.
Workflow
Create (first time)
- Interview — ask (do not guess):
- Firm name, website URL, industry
- Primary services (1–5)
- Target clients (ICP summary)
- Competitors to monitor (name + URL)
- Content language
- Priority workflows
- Write files:
workspace/firm/profile.md— primary firm profile and contextworkspace/firm/services/{slug}.md— one minimal file per primary serviceworkspace/intelligence/competitors/{slug}/!_profile.md— one per competitor
- Website enrichment — if the user provided a website URL, run
marketing-company-profile in enrich mode after the interview-based profile exists. If website/API access is unavailable, keep the manual profile and note that enrichment can be run later. Do not block setup.
- Service file minimum — keep each service file short:
- service name
- one-sentence description
- who it is for
- main problem it solves
- expected outcome
- proof or notes if known
- Sync README — update title to
{Firm Name} — B2BForce Workspace.
Update (existing)
- Read current
workspace/firm/profile.md. - Apply firm-level changes to
workspace/firm/profile.md. - Add/update/remove service files under
workspace/firm/services/as needed. - Add/remove competitor folders under
workspace/intelligence/competitors/as needed.
Output paths
| Artifact | Path | |----------|------| | Firm profile | workspace/firm/profile.md | | Services | workspace/firm/services/{slug}.md | | Competitors | workspace/intelligence/competitors/{slug}/!_profile.md |
Related Skills
| Skill | When | |-------|------| | intel-competitor-monitoring | After competitors are listed — enable crawl pipeline | | marketing-company-profile | Create, enrich, or refresh profile from website URL | | marketing-service | Create/enrich/refresh service before ICP | | marketing-icp | Generate ICP + personas from service context | | marketing-content-ideas | Content calendar after ICP |
Rules
- Never ask for API keys — point user to
.env. - Do not create
data/firm.jsonunless a concrete tool needs machine-readable metadata. - Never commit
data/firm.jsonif it contains private strategy. - English only for UI strings and file content unless user specifies another language in
content_language.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: b2bforce
- Source: b2bforce/b2bforce
- License: MIT
- Homepage: https://www.b2bforce.ai/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.