sap-business-one-servicer-layer-sql
Sap Business One Servicer Layer Sql
Use this skill to produce correct HTTP requests to SAP Business One Service Layer and to troubleshoot common authentication, query, and batching failures.
Quick Start
- Require
BASE_URLbefore authentication. If missing, ask for it before continuing. - Log in with
POST {BASE_URL}/b1s/v1/LoginusingCompanyDB,UserName, andPassword. - Reuse both login cookies (
B1SESSIONandROUTEID) on every request. - Confirm a successful login by checking for
SessionIdandSessionTimeoutin the response body. - Apply OData options (
$select,$filter,$orderby,$top,$skip,$count) to reduce payloads. - Call
POST /b1s/v1/$batchfor multi-call orchestration and wrap write operations in a changeset. - Log out with
POST /b1s/v1/Logoutwhen the session is no longer needed.
Use this profile object when users reference known environments and no other credentials are provided:
{
"espomega": {
More from rcrespo-tripulse/tripulse-skills
living-docs
Generate and maintain living documentation for microservices by analyzing current code state and Git history when needed. Trigger when users ask to document a service, update docs after changes, compare branches, generate changelogs, audit doc freshness, sync docs to central repo, migrate legacy docs, create flow docs, ADRs, or system overviews. Trigger phrases: 'document [service]', 'document-branch', 'document-commits', 'sync', 'audit', 'migrate-legacy', 'document-flow', 'create-adr', 'system-overview', 'documenta', 'qué cambió', 'actualizar docs', 'generar changelog', 'release notes', 'living docs'.
11skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
5planning-with-files
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5 tool calls. Supports automatic session recovery after /clear.
4typescript-advanced-types
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
4prompt-engineering-patterns
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
4dev-specs
Provide reusable Markdown specification templates for software delivery, starting with a functional specification document. Use when asked to create, draft, fill, adapt, or standardize development specs, functional specs, technical specs, acceptance criteria, scope documents, or requirements documents for a feature, module, API, workflow, or project.
1