LogoClawIndex
CasesSkillsAbout
LogoClawIndex

dart-use-ffigen - Generate Dart FFI bindings using package:ffigen

Guides agents to automatically generate Dart FFI bindings using package:ffigen instead of writing manual dart:ffi code.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Add ffigen to dev_dependencies
  • Create ffigen generator script
  • Configure FfiGenerator options
  • Execute generator script
  • Analyze generated Dart code

Inputs

  • Native C/C++/Objective-C header files
  • Dart package pubspec.yaml file
  • Target package path

Outputs

  • Generated Dart FFI bindings file
  • Record use mapping metadata file
  • FFI generator script in tool directory
  • Updated pubspec.yaml file

Requirements

  • Dart SDK
  • package:ffigen dependency
  • libclang runtime environment

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
dart
ffi
ffigen
code-generation
c-interop
Add ffigen to dev_dependencies
Create ffigen generator script
Configure FfiGenerator options
Execute generator script
Native C/C++/Objective-C header files
Dart package pubspec.yaml file
Target package path
Generated Dart FFI bindings file
Record use mapping metadata file
FFI generator script in tool directory